const github.com/gotd/td/tg.UpdateBotCommandsTypeID
11 uses
github.com/gotd/td/tg (current package)
tl_handlers_gen.go#L1034: u.handlers[UpdateBotCommandsTypeID] = func(ctx context.Context, e Entities, update UpdateClass) error {
tl_registry_gen.go#L356: UpdateBotCommandsTypeID: "updateBotCommands#4d712f2e",
tl_registry_gen.go#L2138: "updateBotCommands": UpdateBotCommandsTypeID,
tl_registry_gen.go#L3920: UpdateBotCommandsTypeID: func() bin.Object { return &UpdateBotCommands{} },
tl_registry_gen.go#L6617: UpdateBotCommandsTypeID,
tl_update_gen.go#L19157: const UpdateBotCommandsTypeID = 0x4d712f2e
tl_update_gen.go#L19213: return UpdateBotCommandsTypeID
tl_update_gen.go#L19225: ID: UpdateBotCommandsTypeID,
tl_update_gen.go#L19253: b.PutID(UpdateBotCommandsTypeID)
tl_update_gen.go#L19283: if err := b.ConsumeID(UpdateBotCommandsTypeID); err != nil {
tl_update_gen.go#L25593: case UpdateBotCommandsTypeID:
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. |