const github.com/gotd/td/tg.UpdateBotInlineSendTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L474: u.handlers[UpdateBotInlineSendTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L300: UpdateBotInlineSendTypeID: "updateBotInlineSend#12f12a07",
tl_registry_gen.go#L2082: "updateBotInlineSend": UpdateBotInlineSendTypeID,
tl_registry_gen.go#L3864: UpdateBotInlineSendTypeID: func() bin.Object { return &UpdateBotInlineSend{} },
tl_registry_gen.go#L6561: UpdateBotInlineSendTypeID,
tl_update_gen.go#L7613: const UpdateBotInlineSendTypeID = 0x12f12a07
tl_update_gen.go#L7688: return UpdateBotInlineSendTypeID
tl_update_gen.go#L7700: ID: UpdateBotInlineSendTypeID,
tl_update_gen.go#L7748: b.PutID(UpdateBotInlineSendTypeID)
tl_update_gen.go#L7788: if err := b.ConsumeID(UpdateBotInlineSendTypeID); err != nil {
tl_update_gen.go#L25201: case UpdateBotInlineSendTypeID:
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. |