github.com/gotd/td/tg.ChannelForbidden.Flags (field)
28 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3293: Flags bin.Fields
tl_chat_gen.go#L3335: if !(c.Flags.Zero()) {
tl_chat_gen.go#L3420: Null: !c.Flags.Has(5),
tl_chat_gen.go#L3425: Null: !c.Flags.Has(8),
tl_chat_gen.go#L3430: Null: !c.Flags.Has(10),
tl_chat_gen.go#L3447: Null: !c.Flags.Has(16),
tl_chat_gen.go#L3456: c.Flags.Set(5)
tl_chat_gen.go#L3459: c.Flags.Set(8)
tl_chat_gen.go#L3462: c.Flags.Set(10)
tl_chat_gen.go#L3465: c.Flags.Set(16)
tl_chat_gen.go#L3484: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L3490: if c.Flags.Has(16) {
tl_chat_gen.go#L3513: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L3517: c.Broadcast = c.Flags.Has(5)
tl_chat_gen.go#L3518: c.Megagroup = c.Flags.Has(8)
tl_chat_gen.go#L3519: c.Monoforum = c.Flags.Has(10)
tl_chat_gen.go#L3541: if c.Flags.Has(16) {
tl_chat_gen.go#L3554: c.Flags.Set(5)
tl_chat_gen.go#L3557: c.Flags.Unset(5)
tl_chat_gen.go#L3567: return c.Flags.Has(5)
tl_chat_gen.go#L3573: c.Flags.Set(8)
tl_chat_gen.go#L3576: c.Flags.Unset(8)
tl_chat_gen.go#L3586: return c.Flags.Has(8)
tl_chat_gen.go#L3592: c.Flags.Set(10)
tl_chat_gen.go#L3595: c.Flags.Unset(10)
tl_chat_gen.go#L3605: return c.Flags.Has(10)
tl_chat_gen.go#L3634: c.Flags.Set(16)
tl_chat_gen.go#L3644: if !c.Flags.Has(16) {
![]() |
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. |