github.com/gotd/td/tg.MessagesUploadEncryptedFileRequest.File (field)
8 uses
github.com/gotd/td/tg (current package)
tl_messages_upload_encrypted_file_gen.go#L42: File InputEncryptedFileClass
tl_messages_upload_encrypted_file_gen.go#L63: if !(u.File == nil) {
tl_messages_upload_encrypted_file_gen.go#L85: u.File = from.GetFile()
tl_messages_upload_encrypted_file_gen.go#L140: if u.File == nil {
tl_messages_upload_encrypted_file_gen.go#L143: if err := u.File.Encode(b); err != nil {
tl_messages_upload_encrypted_file_gen.go#L175: u.File = value
tl_messages_upload_encrypted_file_gen.go#L193: return u.File
tl_messages_upload_encrypted_file_gen.go#L198: return u.File.AsNotEmpty()
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. |