const github.com/gotd/td/tg.UpdateBotInlineQueryTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L464: u.handlers[UpdateBotInlineQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L299: UpdateBotInlineQueryTypeID: "updateBotInlineQuery#496f379c",
tl_registry_gen.go#L2081: "updateBotInlineQuery": UpdateBotInlineQueryTypeID,
tl_registry_gen.go#L3863: UpdateBotInlineQueryTypeID: func() bin.Object { return &UpdateBotInlineQuery{} },
tl_registry_gen.go#L6560: UpdateBotInlineQueryTypeID,
tl_update_gen.go#L7265: const UpdateBotInlineQueryTypeID = 0x496f379c
tl_update_gen.go#L7345: return UpdateBotInlineQueryTypeID
tl_update_gen.go#L7357: ID: UpdateBotInlineQueryTypeID,
tl_update_gen.go#L7409: b.PutID(UpdateBotInlineQueryTypeID)
tl_update_gen.go#L7450: if err := b.ConsumeID(UpdateBotInlineQueryTypeID); err != nil {
tl_update_gen.go#L25194: case UpdateBotInlineQueryTypeID:
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. |