const github.com/gotd/td/tg.BotCommandScopeDefaultTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_command_scope_gen.go#L42: const BotCommandScopeDefaultTypeID = 0x2f6cb2ab
tl_bot_command_scope_gen.go#L78: return BotCommandScopeDefaultTypeID
tl_bot_command_scope_gen.go#L90: ID: BotCommandScopeDefaultTypeID,
tl_bot_command_scope_gen.go#L105: buf.PutID(BotCommandScopeDefaultTypeID)
tl_bot_command_scope_gen.go#L122: if err := buf.ConsumeID(BotCommandScopeDefaultTypeID); err != nil {
tl_bot_command_scope_gen.go#L958: case BotCommandScopeDefaultTypeID:
tl_registry_gen.go#L1052: BotCommandScopeDefaultTypeID: "botCommandScopeDefault#2f6cb2ab",
tl_registry_gen.go#L2834: "botCommandScopeDefault": BotCommandScopeDefaultTypeID,
tl_registry_gen.go#L4616: BotCommandScopeDefaultTypeID: func() bin.Object { return &BotCommandScopeDefault{} },
tl_registry_gen.go#L5473: BotCommandScopeDefaultTypeID,
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. |