github.com/gotd/td/tg.EncryptedMessage.File (field)
7 uses
github.com/gotd/td/tg (current package)
tl_encrypted_message_gen.go#L52: File EncryptedFileClass
tl_encrypted_message_gen.go#L87: if !(e.File == nil) {
tl_encrypted_message_gen.go#L115: e.File = from.GetFile()
tl_encrypted_message_gen.go#L183: if e.File == nil {
tl_encrypted_message_gen.go#L186: if err := e.File.Encode(b); err != nil {
tl_encrypted_message_gen.go#L241: e.File = value
tl_encrypted_message_gen.go#L283: return e.File
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. |