const github.com/gotd/td/tg.UpdateChatUserTypingTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L154: u.handlers[UpdateChatUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L268: UpdateChatUserTypingTypeID: "updateChatUserTyping#83487af0",
tl_registry_gen.go#L2050: "updateChatUserTyping": UpdateChatUserTypingTypeID,
tl_registry_gen.go#L3832: UpdateChatUserTypingTypeID: func() bin.Object { return &UpdateChatUserTyping{} },
tl_registry_gen.go#L6529: UpdateChatUserTypingTypeID,
tl_update_gen.go#L786: const UpdateChatUserTypingTypeID = 0x83487af0
tl_update_gen.go#L842: return UpdateChatUserTypingTypeID
tl_update_gen.go#L854: ID: UpdateChatUserTypingTypeID,
tl_update_gen.go#L882: b.PutID(UpdateChatUserTypingTypeID)
tl_update_gen.go#L912: if err := b.ConsumeID(UpdateChatUserTypingTypeID); err != nil {
tl_update_gen.go#L24977: case UpdateChatUserTypingTypeID:
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. |