github.com/gotd/td/tg.MessageService.Action (field)
7 uses
github.com/gotd/td/tg (current package)
tl_message_gen.go#L1764: Action MessageActionClass
tl_message_gen.go#L1828: if !(m.Action == nil) {
tl_message_gen.go#L1880: m.Action = from.GetAction()
tl_message_gen.go#L2048: if m.Action == nil {
tl_message_gen.go#L2051: if err := m.Action.Encode(b); err != nil {
tl_message_gen.go#L2127: m.Action = value
tl_message_gen.go#L2318: return m.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. |