github.com/gotd/td/tg.ConnectedBot.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_connected_bot_gen.go#L46: Flags bin.Fields
tl_connected_bot_gen.go#L86: if !(c.Flags.Zero()) {
tl_connected_bot_gen.go#L184: Null: !c.Flags.Has(0),
tl_connected_bot_gen.go#L189: Null: !c.Flags.Has(1),
tl_connected_bot_gen.go#L194: Null: !c.Flags.Has(2),
tl_connected_bot_gen.go#L203: c.Flags.Set(0)
tl_connected_bot_gen.go#L206: c.Flags.Set(1)
tl_connected_bot_gen.go#L209: c.Flags.Set(2)
tl_connected_bot_gen.go#L228: if err := c.Flags.Encode(b); err != nil {
tl_connected_bot_gen.go#L238: if c.Flags.Has(0) {
tl_connected_bot_gen.go#L241: if c.Flags.Has(1) {
tl_connected_bot_gen.go#L244: if c.Flags.Has(2) {
tl_connected_bot_gen.go#L267: if err := c.Flags.Decode(b); err != nil {
tl_connected_bot_gen.go#L288: if c.Flags.Has(0) {
tl_connected_bot_gen.go#L295: if c.Flags.Has(1) {
tl_connected_bot_gen.go#L302: if c.Flags.Has(2) {
tl_connected_bot_gen.go#L338: c.Flags.Set(0)
tl_connected_bot_gen.go#L348: if !c.Flags.Has(0) {
tl_connected_bot_gen.go#L356: c.Flags.Set(1)
tl_connected_bot_gen.go#L366: if !c.Flags.Has(1) {
tl_connected_bot_gen.go#L374: c.Flags.Set(2)
tl_connected_bot_gen.go#L384: if !c.Flags.Has(2) {
![]() |
The pages are generated with Golds v0.8.4. (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. |