github.com/gotd/td/tg.InputEncryptedChat.Zero (method)
9 uses
github.com/gotd/td/tg (current package)
tl_input_encrypted_chat_gen.go#L62: func (i *InputEncryptedChat) Zero() bool {
tl_messages_accept_encryption_gen.go#L65: if !(a.Peer.Zero()) {
tl_messages_read_encrypted_history_gen.go#L60: if !(r.Peer.Zero()) {
tl_messages_report_encrypted_spam_gen.go#L58: if !(r.Peer.Zero()) {
tl_messages_send_encrypted_file_gen.go#L81: if !(s.Peer.Zero()) {
tl_messages_send_encrypted_gen.go#L79: if !(s.Peer.Zero()) {
tl_messages_send_encrypted_service_gen.go#L66: if !(s.Peer.Zero()) {
tl_messages_set_encrypted_typing_gen.go#L65: if !(s.Peer.Zero()) {
tl_messages_upload_encrypted_file_gen.go#L60: if !(u.Peer.Zero()) {
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. |