const github.com/gotd/td/tg.UpdateBotShippingQueryTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L634: u.handlers[UpdateBotShippingQueryTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L316: UpdateBotShippingQueryTypeID: "updateBotShippingQuery#b5aefd7d",
tl_registry_gen.go#L2098: "updateBotShippingQuery": UpdateBotShippingQueryTypeID,
tl_registry_gen.go#L3880: UpdateBotShippingQueryTypeID: func() bin.Object { return &UpdateBotShippingQuery{} },
tl_registry_gen.go#L6577: UpdateBotShippingQueryTypeID,
tl_update_gen.go#L10915: const UpdateBotShippingQueryTypeID = 0xb5aefd7d
tl_update_gen.go#L10976: return UpdateBotShippingQueryTypeID
tl_update_gen.go#L10988: ID: UpdateBotShippingQueryTypeID,
tl_update_gen.go#L11020: b.PutID(UpdateBotShippingQueryTypeID)
tl_update_gen.go#L11043: if err := b.ConsumeID(UpdateBotShippingQueryTypeID); err != nil {
tl_update_gen.go#L25313: case UpdateBotShippingQueryTypeID:
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. |