const github.com/gotd/td/tg.BotCommandScopePeerTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_command_scope_gen.go#L459: const BotCommandScopePeerTypeID = 0xdb9d897d
tl_bot_command_scope_gen.go#L505: return BotCommandScopePeerTypeID
tl_bot_command_scope_gen.go#L517: ID: BotCommandScopePeerTypeID,
tl_bot_command_scope_gen.go#L537: buf.PutID(BotCommandScopePeerTypeID)
tl_bot_command_scope_gen.go#L560: if err := buf.ConsumeID(BotCommandScopePeerTypeID); err != nil {
tl_bot_command_scope_gen.go#L986: case BotCommandScopePeerTypeID:
tl_registry_gen.go#L1056: BotCommandScopePeerTypeID: "botCommandScopePeer#db9d897d",
tl_registry_gen.go#L2838: "botCommandScopePeer": BotCommandScopePeerTypeID,
tl_registry_gen.go#L4620: BotCommandScopePeerTypeID: func() bin.Object { return &BotCommandScopePeer{} },
tl_registry_gen.go#L5477: BotCommandScopePeerTypeID,
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. |