const github.com/gotd/td/tg.UpdateUserTypingTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L144: u.handlers[UpdateUserTypingTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L267: UpdateUserTypingTypeID: "updateUserTyping#c01e857f",
tl_registry_gen.go#L2049: "updateUserTyping": UpdateUserTypingTypeID,
tl_registry_gen.go#L3831: UpdateUserTypingTypeID: func() bin.Object { return &UpdateUserTyping{} },
tl_registry_gen.go#L6528: UpdateUserTypingTypeID,
tl_update_gen.go#L615: const UpdateUserTypingTypeID = 0xc01e857f
tl_update_gen.go#L666: return UpdateUserTypingTypeID
tl_update_gen.go#L678: ID: UpdateUserTypingTypeID,
tl_update_gen.go#L702: b.PutID(UpdateUserTypingTypeID)
tl_update_gen.go#L726: if err := b.ConsumeID(UpdateUserTypingTypeID); err != nil {
tl_update_gen.go#L24970: case UpdateUserTypingTypeID:
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. |