const github.com/gotd/td/tg.UpdateBotChatInviteRequesterTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1054: u.handlers[UpdateBotChatInviteRequesterTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L358: UpdateBotChatInviteRequesterTypeID: "updateBotChatInviteRequester#11dfa986",
tl_registry_gen.go#L2140: "updateBotChatInviteRequester": UpdateBotChatInviteRequesterTypeID,
tl_registry_gen.go#L3922: UpdateBotChatInviteRequesterTypeID: func() bin.Object { return &UpdateBotChatInviteRequester{} },
tl_registry_gen.go#L6619: UpdateBotChatInviteRequesterTypeID,
tl_update_gen.go#L19595: const UpdateBotChatInviteRequesterTypeID = 0x11dfa986
tl_update_gen.go#L19666: return UpdateBotChatInviteRequesterTypeID
tl_update_gen.go#L19678: ID: UpdateBotChatInviteRequesterTypeID,
tl_update_gen.go#L19718: b.PutID(UpdateBotChatInviteRequesterTypeID)
tl_update_gen.go#L19751: if err := b.ConsumeID(UpdateBotChatInviteRequesterTypeID); err != nil {
tl_update_gen.go#L25607: case UpdateBotChatInviteRequesterTypeID:
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. |