github.com/gotd/td/tg.ChannelFull.Flags2 (field)
52 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L1075: Flags2 bin.Fields
tl_chat_full_gen.go#L1327: if !(c.Flags2.Zero()) {
tl_chat_full_gen.go#L1729: Null: !c.Flags2.Has(0),
tl_chat_full_gen.go#L1734: Null: !c.Flags2.Has(1),
tl_chat_full_gen.go#L1739: Null: !c.Flags2.Has(2),
tl_chat_full_gen.go#L1744: Null: !c.Flags2.Has(3),
tl_chat_full_gen.go#L1749: Null: !c.Flags2.Has(5),
tl_chat_full_gen.go#L1754: Null: !c.Flags2.Has(6),
tl_chat_full_gen.go#L1925: Null: !c.Flags2.Has(4),
tl_chat_full_gen.go#L1930: Null: !c.Flags2.Has(7),
tl_chat_full_gen.go#L1963: c.Flags2.Set(0)
tl_chat_full_gen.go#L1966: c.Flags2.Set(1)
tl_chat_full_gen.go#L1969: c.Flags2.Set(2)
tl_chat_full_gen.go#L1972: c.Flags2.Set(3)
tl_chat_full_gen.go#L1975: c.Flags2.Set(5)
tl_chat_full_gen.go#L1978: c.Flags2.Set(6)
tl_chat_full_gen.go#L2059: c.Flags2.Set(4)
tl_chat_full_gen.go#L2062: c.Flags2.Set(7)
tl_chat_full_gen.go#L2084: if err := c.Flags2.Encode(b); err != nil {
tl_chat_full_gen.go#L2221: if c.Flags2.Has(4) {
tl_chat_full_gen.go#L2226: if c.Flags2.Has(7) {
tl_chat_full_gen.go#L2267: if err := c.Flags2.Decode(b); err != nil {
tl_chat_full_gen.go#L2271: c.CanDeleteChannel = c.Flags2.Has(0)
tl_chat_full_gen.go#L2272: c.Antispam = c.Flags2.Has(1)
tl_chat_full_gen.go#L2273: c.ParticipantsHidden = c.Flags2.Has(2)
tl_chat_full_gen.go#L2274: c.TranslationsDisabled = c.Flags2.Has(3)
tl_chat_full_gen.go#L2275: c.StoriesPinnedAvailable = c.Flags2.Has(5)
tl_chat_full_gen.go#L2276: c.ViewForumAsMessages = c.Flags2.Has(6)
tl_chat_full_gen.go#L2546: if c.Flags2.Has(4) {
tl_chat_full_gen.go#L2551: if c.Flags2.Has(7) {
tl_chat_full_gen.go#L2716: c.Flags2.Set(0)
tl_chat_full_gen.go#L2719: c.Flags2.Unset(0)
tl_chat_full_gen.go#L2729: return c.Flags2.Has(0)
tl_chat_full_gen.go#L2735: c.Flags2.Set(1)
tl_chat_full_gen.go#L2738: c.Flags2.Unset(1)
tl_chat_full_gen.go#L2748: return c.Flags2.Has(1)
tl_chat_full_gen.go#L2754: c.Flags2.Set(2)
tl_chat_full_gen.go#L2757: c.Flags2.Unset(2)
tl_chat_full_gen.go#L2767: return c.Flags2.Has(2)
tl_chat_full_gen.go#L2773: c.Flags2.Set(3)
tl_chat_full_gen.go#L2776: c.Flags2.Unset(3)
tl_chat_full_gen.go#L2786: return c.Flags2.Has(3)
tl_chat_full_gen.go#L2792: c.Flags2.Set(5)
tl_chat_full_gen.go#L2795: c.Flags2.Unset(5)
tl_chat_full_gen.go#L2805: return c.Flags2.Has(5)
tl_chat_full_gen.go#L2811: c.Flags2.Set(6)
tl_chat_full_gen.go#L2814: c.Flags2.Unset(6)
tl_chat_full_gen.go#L2824: return c.Flags2.Has(6)
tl_chat_full_gen.go#L3369: c.Flags2.Set(4)
tl_chat_full_gen.go#L3379: if !c.Flags2.Has(4) {
tl_chat_full_gen.go#L3387: c.Flags2.Set(7)
tl_chat_full_gen.go#L3397: if !c.Flags2.Has(7) {
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. |