[go: up one dir, main page]

phone.sendGroupCallEncryptedMessage

Send an E2E-encrypted message or emoji reaction to all participants of a conference call. This method can only be used with conferences; see here » for the serialization and encryption process.

 메서드 스키마는 레이어 216부터 사용할 수 있습니다. 전환 »

Parameters

Name Type Description
call InputGroupCall Conference call that should receive the encrypted message or reaction
encrypted_message bytes Complete encrypted message or reaction packet produced as specified here »

Result

Bool

Only users can use this method

Possible errors

Code Type Description
400 GROUPCALL_INVALID The specified group call is invalid.

Related pages

E2E Group Calls

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