Skip to main content

encryptedChatRequested

Request to create an encrypted chat.

type tg.EncryptedChatRequested struct { /* ... */ }

Implements EncryptedChat.

Fields

NameTypeRequiredDescription
FolderIDintPeer folder ID, for more info click here
IDintyesChat ID
AccessHashint64yesCheck sum depending on user ID
DateintyesChat creation date
AdminIDint64yesChat creator ID
ParticipantIDint64yesID of second chat participant
GA[]byteyesA = g ^ a mod p, see Wikipedia

References