github.com/gotd/td/tg.BotCommand.Flags (field)
10 uses
github.com/gotd/td/tg (current package)
tl_bot_command_gen.go#L40: Flags bin.Fields
tl_bot_command_gen.go#L64: if !(b.Flags.Zero()) {
tl_bot_command_gen.go#L126: Null: !b.Flags.Has(0),
tl_bot_command_gen.go#L143: b.Flags.Set(0)
tl_bot_command_gen.go#L162: if err := b.Flags.Encode(buf); err != nil {
tl_bot_command_gen.go#L187: if err := b.Flags.Decode(buf); err != nil {
tl_bot_command_gen.go#L191: b.Ephemeral = b.Flags.Has(0)
tl_bot_command_gen.go#L212: b.Flags.Set(0)
tl_bot_command_gen.go#L215: b.Flags.Unset(0)
tl_bot_command_gen.go#L225: return b.Flags.Has(0)
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |