github.com/gotd/td/tg.MessagesSetTypingRequest.Action (field)
7 uses
github.com/gotd/td/tg (current package)
tl_messages_set_typing_gen.go#L58: Action SendMessageActionClass
tl_messages_set_typing_gen.go#L85: if !(s.Action == nil) {
tl_messages_set_typing_gen.go#L112: s.Action = from.GetAction()
tl_messages_set_typing_gen.go#L189: if s.Action == nil {
tl_messages_set_typing_gen.go#L192: if err := s.Action.Encode(b); err != nil {
tl_messages_set_typing_gen.go#L238: s.Action = value
tl_messages_set_typing_gen.go#L274: return s.Action
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. |