github.com/gotd/td/tg.ChannelForbidden.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L2785: Flags bin.Fields
tl_chat_gen.go#L2822: if !(c.Flags.Zero()) {
tl_chat_gen.go#L2902: Null: !c.Flags.Has(5),
tl_chat_gen.go#L2907: Null: !c.Flags.Has(8),
tl_chat_gen.go#L2924: Null: !c.Flags.Has(16),
tl_chat_gen.go#L2933: c.Flags.Set(5)
tl_chat_gen.go#L2936: c.Flags.Set(8)
tl_chat_gen.go#L2939: c.Flags.Set(16)
tl_chat_gen.go#L2958: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L2964: if c.Flags.Has(16) {
tl_chat_gen.go#L2987: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L2991: c.Broadcast = c.Flags.Has(5)
tl_chat_gen.go#L2992: c.Megagroup = c.Flags.Has(8)
tl_chat_gen.go#L3014: if c.Flags.Has(16) {
tl_chat_gen.go#L3027: c.Flags.Set(5)
tl_chat_gen.go#L3030: c.Flags.Unset(5)
tl_chat_gen.go#L3040: return c.Flags.Has(5)
tl_chat_gen.go#L3046: c.Flags.Set(8)
tl_chat_gen.go#L3049: c.Flags.Unset(8)
tl_chat_gen.go#L3059: return c.Flags.Has(8)
tl_chat_gen.go#L3088: c.Flags.Set(16)
tl_chat_gen.go#L3098: if !c.Flags.Has(16) {
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. |