const github.com/gotd/td/tg.BotCommandScopeChatsTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_command_scope_gen.go#L249: const BotCommandScopeChatsTypeID = 0x6fe1a881
tl_bot_command_scope_gen.go#L285: return BotCommandScopeChatsTypeID
tl_bot_command_scope_gen.go#L297: ID: BotCommandScopeChatsTypeID,
tl_bot_command_scope_gen.go#L312: buf.PutID(BotCommandScopeChatsTypeID)
tl_bot_command_scope_gen.go#L329: if err := buf.ConsumeID(BotCommandScopeChatsTypeID); err != nil {
tl_bot_command_scope_gen.go#L972: case BotCommandScopeChatsTypeID:
tl_registry_gen.go#L1054: BotCommandScopeChatsTypeID: "botCommandScopeChats#6fe1a881",
tl_registry_gen.go#L2836: "botCommandScopeChats": BotCommandScopeChatsTypeID,
tl_registry_gen.go#L4618: BotCommandScopeChatsTypeID: func() bin.Object { return &BotCommandScopeChats{} },
tl_registry_gen.go#L5475: BotCommandScopeChatsTypeID,
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. |