e2e.chain.groupState

The participant list and external permission mask for an E2E conference call blockchain state ».

e2e.chain.groupState#1ddc7584 participants:Vector<e2e.chain.GroupParticipant> external_permissions:int = e2e.chain.GroupState;

Parameters

Name Type Description
participants Vector<e2e.chain.GroupParticipant> Current call participants, identified by user ID and public key.
external_permissions int add_users, remove_users and set_value permission bits used only when applying a group-state change signed by a user not yet present in participants; the mask cannot increase

Type

e2e.chain.GroupState

Related pages

E2E Group Calls

End-to-end encryption used for Telegram group voice and video calls, using a blockchain for state management.