github.com/gotd/td/tg.ChannelForbidden.Flags (field)
28 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3341: Flags bin.Fields
tl_chat_gen.go#L3383: if !(c.Flags.Zero()) {
tl_chat_gen.go#L3468: Null: !c.Flags.Has(5),
tl_chat_gen.go#L3473: Null: !c.Flags.Has(8),
tl_chat_gen.go#L3478: Null: !c.Flags.Has(10),
tl_chat_gen.go#L3495: Null: !c.Flags.Has(16),
tl_chat_gen.go#L3504: c.Flags.Set(5)
tl_chat_gen.go#L3507: c.Flags.Set(8)
tl_chat_gen.go#L3510: c.Flags.Set(10)
tl_chat_gen.go#L3513: c.Flags.Set(16)
tl_chat_gen.go#L3532: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L3538: if c.Flags.Has(16) {
tl_chat_gen.go#L3561: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L3565: c.Broadcast = c.Flags.Has(5)
tl_chat_gen.go#L3566: c.Megagroup = c.Flags.Has(8)
tl_chat_gen.go#L3567: c.Monoforum = c.Flags.Has(10)
tl_chat_gen.go#L3589: if c.Flags.Has(16) {
tl_chat_gen.go#L3602: c.Flags.Set(5)
tl_chat_gen.go#L3605: c.Flags.Unset(5)
tl_chat_gen.go#L3615: return c.Flags.Has(5)
tl_chat_gen.go#L3621: c.Flags.Set(8)
tl_chat_gen.go#L3624: c.Flags.Unset(8)
tl_chat_gen.go#L3634: return c.Flags.Has(8)
tl_chat_gen.go#L3640: c.Flags.Set(10)
tl_chat_gen.go#L3643: c.Flags.Unset(10)
tl_chat_gen.go#L3653: return c.Flags.Has(10)
tl_chat_gen.go#L3682: c.Flags.Set(16)
tl_chat_gen.go#L3692: 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. |