const github.com/gotd/td/tg.SendMessageTypingActionTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L437: SendMessageTypingActionTypeID: "sendMessageTypingAction#16bf744e",
tl_registry_gen.go#L2219: "sendMessageTypingAction": SendMessageTypingActionTypeID,
tl_registry_gen.go#L4001: SendMessageTypingActionTypeID: func() bin.Object { return &SendMessageTypingAction{} },
tl_registry_gen.go#L6448: SendMessageTypingActionTypeID,
tl_send_message_action_gen.go#L42: const SendMessageTypingActionTypeID = 0x16bf744e
tl_send_message_action_gen.go#L78: return SendMessageTypingActionTypeID
tl_send_message_action_gen.go#L90: ID: SendMessageTypingActionTypeID,
tl_send_message_action_gen.go#L105: b.PutID(SendMessageTypingActionTypeID)
tl_send_message_action_gen.go#L122: if err := b.ConsumeID(SendMessageTypingActionTypeID); err != nil {
tl_send_message_action_gen.go#L2260: case SendMessageTypingActionTypeID:
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. |