Skip to main content

messages.SentEncryptedMessage

This is a boxed type (a TL class): the Go interface tg.MessagesSentEncryptedMessageClass, implemented by the constructors below. A value of this type is one of them — switch on the concrete type to handle it.

switch v := value.(type) {
case *tg.MessagesSentEncryptedFile: // messages.sentEncryptedFile
case *tg.MessagesSentEncryptedMessage: // messages.sentEncryptedMessage
}

Constructors

ConstructorTL name
MessagesSentEncryptedFilemessages.sentEncryptedFile
MessagesSentEncryptedMessagemessages.sentEncryptedMessage

Returned by

References