github.com/gotd/td/tg.MessagesSetEncryptedTypingRequest.Typing (field)
6 uses
github.com/gotd/td/tg (current package)
tl_messages_set_encrypted_typing_gen.go#L47: Typing bool
tl_messages_set_encrypted_typing_gen.go#L68: if !(s.Typing == false) {
tl_messages_set_encrypted_typing_gen.go#L90: s.Typing = from.GetTyping()
tl_messages_set_encrypted_typing_gen.go#L145: b.PutBool(s.Typing)
tl_messages_set_encrypted_typing_gen.go#L175: s.Typing = value
tl_messages_set_encrypted_typing_gen.go#L193: return s.Typing
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. |