github.com/gotd/td/tg.MessagesSentEncryptedMessageBox.SentEncryptedMessage (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_send_encrypted_file_gen.go#L334: return result.SentEncryptedMessage, nil
tl_messages_send_encrypted_gen.go#L297: return result.SentEncryptedMessage, nil
tl_messages_send_encrypted_service_gen.go#L242: return result.SentEncryptedMessage, nil
tl_messages_sent_encrypted_message_gen.go#L404: SentEncryptedMessage MessagesSentEncryptedMessageClass
tl_messages_sent_encrypted_message_gen.go#L416: b.SentEncryptedMessage = v
tl_messages_sent_encrypted_message_gen.go#L422: if b == nil || b.SentEncryptedMessage == nil {
tl_messages_sent_encrypted_message_gen.go#L425: return b.SentEncryptedMessage.Encode(buf)
tl_server_gen.go#L3217: return &MessagesSentEncryptedMessageBox{SentEncryptedMessage: response}, nil
tl_server_gen.go#L3234: return &MessagesSentEncryptedMessageBox{SentEncryptedMessage: response}, nil
tl_server_gen.go#L3251: return &MessagesSentEncryptedMessageBox{SentEncryptedMessage: response}, nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |