const github.com/gotd/td/tg.BotCommandScopePeerUserTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_bot_command_scope_gen.go#L749: const BotCommandScopePeerUserTypeID = 0xa1321f3
tl_bot_command_scope_gen.go#L800: return BotCommandScopePeerUserTypeID
tl_bot_command_scope_gen.go#L812: ID: BotCommandScopePeerUserTypeID,
tl_bot_command_scope_gen.go#L836: buf.PutID(BotCommandScopePeerUserTypeID)
tl_bot_command_scope_gen.go#L865: if err := buf.ConsumeID(BotCommandScopePeerUserTypeID); err != nil {
tl_bot_command_scope_gen.go#L1000: case BotCommandScopePeerUserTypeID:
tl_registry_gen.go#L1058: BotCommandScopePeerUserTypeID: "botCommandScopePeerUser#a1321f3",
tl_registry_gen.go#L2840: "botCommandScopePeerUser": BotCommandScopePeerUserTypeID,
tl_registry_gen.go#L4622: BotCommandScopePeerUserTypeID: func() bin.Object { return &BotCommandScopePeerUser{} },
tl_registry_gen.go#L5479: BotCommandScopePeerUserTypeID,
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. |