const github.com/gotd/td/tg.UpdateBotCallbackQueryTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L494: u.handlers[UpdateBotCallbackQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L302: UpdateBotCallbackQueryTypeID: "updateBotCallbackQuery#b9cfc48d",
tl_registry_gen.go#L2084: "updateBotCallbackQuery": UpdateBotCallbackQueryTypeID,
tl_registry_gen.go#L3866: UpdateBotCallbackQueryTypeID: func() bin.Object { return &UpdateBotCallbackQuery{} },
tl_registry_gen.go#L6563: UpdateBotCallbackQueryTypeID,
tl_update_gen.go#L8138: const UpdateBotCallbackQueryTypeID = 0xb9cfc48d
tl_update_gen.go#L8223: return UpdateBotCallbackQueryTypeID
tl_update_gen.go#L8235: ID: UpdateBotCallbackQueryTypeID,
tl_update_gen.go#L8291: b.PutID(UpdateBotCallbackQueryTypeID)
tl_update_gen.go#L8328: if err := b.ConsumeID(UpdateBotCallbackQueryTypeID); err != nil {
tl_update_gen.go#L25215: case UpdateBotCallbackQueryTypeID:
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. |