github.com/gotd/td/tg.Channel.Flags (field)
166 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1036: Flags bin.Fields
tl_chat_gen.go#L1357: if !(c.Flags.Zero()) {
tl_chat_gen.go#L1711: Null: !c.Flags.Has(0),
tl_chat_gen.go#L1716: Null: !c.Flags.Has(2),
tl_chat_gen.go#L1721: Null: !c.Flags.Has(5),
tl_chat_gen.go#L1726: Null: !c.Flags.Has(7),
tl_chat_gen.go#L1731: Null: !c.Flags.Has(8),
tl_chat_gen.go#L1736: Null: !c.Flags.Has(9),
tl_chat_gen.go#L1741: Null: !c.Flags.Has(11),
tl_chat_gen.go#L1746: Null: !c.Flags.Has(12),
tl_chat_gen.go#L1751: Null: !c.Flags.Has(19),
tl_chat_gen.go#L1756: Null: !c.Flags.Has(20),
tl_chat_gen.go#L1761: Null: !c.Flags.Has(21),
tl_chat_gen.go#L1766: Null: !c.Flags.Has(22),
tl_chat_gen.go#L1771: Null: !c.Flags.Has(23),
tl_chat_gen.go#L1776: Null: !c.Flags.Has(24),
tl_chat_gen.go#L1781: Null: !c.Flags.Has(25),
tl_chat_gen.go#L1786: Null: !c.Flags.Has(26),
tl_chat_gen.go#L1791: Null: !c.Flags.Has(27),
tl_chat_gen.go#L1796: Null: !c.Flags.Has(28),
tl_chat_gen.go#L1801: Null: !c.Flags.Has(29),
tl_chat_gen.go#L1806: Null: !c.Flags.Has(30),
tl_chat_gen.go#L1855: Null: !c.Flags.Has(13),
tl_chat_gen.go#L1864: Null: !c.Flags.Has(6),
tl_chat_gen.go#L1877: Null: !c.Flags.Has(9),
tl_chat_gen.go#L1882: Null: !c.Flags.Has(14),
tl_chat_gen.go#L1887: Null: !c.Flags.Has(15),
tl_chat_gen.go#L1892: Null: !c.Flags.Has(18),
tl_chat_gen.go#L1897: Null: !c.Flags.Has(17),
tl_chat_gen.go#L1961: c.Flags.Set(0)
tl_chat_gen.go#L1964: c.Flags.Set(2)
tl_chat_gen.go#L1967: c.Flags.Set(5)
tl_chat_gen.go#L1970: c.Flags.Set(7)
tl_chat_gen.go#L1973: c.Flags.Set(8)
tl_chat_gen.go#L1976: c.Flags.Set(9)
tl_chat_gen.go#L1979: c.Flags.Set(11)
tl_chat_gen.go#L1982: c.Flags.Set(12)
tl_chat_gen.go#L1985: c.Flags.Set(19)
tl_chat_gen.go#L1988: c.Flags.Set(20)
tl_chat_gen.go#L1991: c.Flags.Set(21)
tl_chat_gen.go#L1994: c.Flags.Set(22)
tl_chat_gen.go#L1997: c.Flags.Set(23)
tl_chat_gen.go#L2000: c.Flags.Set(24)
tl_chat_gen.go#L2003: c.Flags.Set(25)
tl_chat_gen.go#L2006: c.Flags.Set(26)
tl_chat_gen.go#L2009: c.Flags.Set(27)
tl_chat_gen.go#L2012: c.Flags.Set(28)
tl_chat_gen.go#L2015: c.Flags.Set(29)
tl_chat_gen.go#L2018: c.Flags.Set(30)
tl_chat_gen.go#L2045: c.Flags.Set(13)
tl_chat_gen.go#L2048: c.Flags.Set(6)
tl_chat_gen.go#L2051: c.Flags.Set(9)
tl_chat_gen.go#L2054: c.Flags.Set(14)
tl_chat_gen.go#L2057: c.Flags.Set(15)
tl_chat_gen.go#L2060: c.Flags.Set(18)
tl_chat_gen.go#L2063: c.Flags.Set(17)
tl_chat_gen.go#L2115: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L2122: if c.Flags.Has(13) {
tl_chat_gen.go#L2126: if c.Flags.Has(6) {
tl_chat_gen.go#L2136: if c.Flags.Has(9) {
tl_chat_gen.go#L2144: if c.Flags.Has(14) {
tl_chat_gen.go#L2149: if c.Flags.Has(15) {
tl_chat_gen.go#L2154: if c.Flags.Has(18) {
tl_chat_gen.go#L2159: if c.Flags.Has(17) {
tl_chat_gen.go#L2237: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L2241: c.Creator = c.Flags.Has(0)
tl_chat_gen.go#L2242: c.Left = c.Flags.Has(2)
tl_chat_gen.go#L2243: c.Broadcast = c.Flags.Has(5)
tl_chat_gen.go#L2244: c.Verified = c.Flags.Has(7)
tl_chat_gen.go#L2245: c.Megagroup = c.Flags.Has(8)
tl_chat_gen.go#L2246: c.Restricted = c.Flags.Has(9)
tl_chat_gen.go#L2247: c.Signatures = c.Flags.Has(11)
tl_chat_gen.go#L2248: c.Min = c.Flags.Has(12)
tl_chat_gen.go#L2249: c.Scam = c.Flags.Has(19)
tl_chat_gen.go#L2250: c.HasLink = c.Flags.Has(20)
tl_chat_gen.go#L2251: c.HasGeo = c.Flags.Has(21)
tl_chat_gen.go#L2252: c.SlowmodeEnabled = c.Flags.Has(22)
tl_chat_gen.go#L2253: c.CallActive = c.Flags.Has(23)
tl_chat_gen.go#L2254: c.CallNotEmpty = c.Flags.Has(24)
tl_chat_gen.go#L2255: c.Fake = c.Flags.Has(25)
tl_chat_gen.go#L2256: c.Gigagroup = c.Flags.Has(26)
tl_chat_gen.go#L2257: c.Noforwards = c.Flags.Has(27)
tl_chat_gen.go#L2258: c.JoinToSend = c.Flags.Has(28)
tl_chat_gen.go#L2259: c.JoinRequest = c.Flags.Has(29)
tl_chat_gen.go#L2260: c.Forum = c.Flags.Has(30)
tl_chat_gen.go#L2281: if c.Flags.Has(13) {
tl_chat_gen.go#L2295: if c.Flags.Has(6) {
tl_chat_gen.go#L2316: if c.Flags.Has(9) {
tl_chat_gen.go#L2333: if c.Flags.Has(14) {
tl_chat_gen.go#L2338: if c.Flags.Has(15) {
tl_chat_gen.go#L2343: if c.Flags.Has(18) {
tl_chat_gen.go#L2348: if c.Flags.Has(17) {
tl_chat_gen.go#L2446: c.Flags.Set(0)
tl_chat_gen.go#L2449: c.Flags.Unset(0)
tl_chat_gen.go#L2459: return c.Flags.Has(0)
tl_chat_gen.go#L2465: c.Flags.Set(2)
tl_chat_gen.go#L2468: c.Flags.Unset(2)
tl_chat_gen.go#L2478: return c.Flags.Has(2)
tl_chat_gen.go#L2484: c.Flags.Set(5)
tl_chat_gen.go#L2487: c.Flags.Unset(5)
tl_chat_gen.go#L2497: return c.Flags.Has(5)
tl_chat_gen.go#L2503: c.Flags.Set(7)
tl_chat_gen.go#L2506: c.Flags.Unset(7)
tl_chat_gen.go#L2516: return c.Flags.Has(7)
tl_chat_gen.go#L2522: c.Flags.Set(8)
tl_chat_gen.go#L2525: c.Flags.Unset(8)
tl_chat_gen.go#L2535: return c.Flags.Has(8)
tl_chat_gen.go#L2541: c.Flags.Set(9)
tl_chat_gen.go#L2544: c.Flags.Unset(9)
tl_chat_gen.go#L2554: return c.Flags.Has(9)
tl_chat_gen.go#L2560: c.Flags.Set(11)
tl_chat_gen.go#L2563: c.Flags.Unset(11)
tl_chat_gen.go#L2573: return c.Flags.Has(11)
tl_chat_gen.go#L2579: c.Flags.Set(12)
tl_chat_gen.go#L2582: c.Flags.Unset(12)
tl_chat_gen.go#L2592: return c.Flags.Has(12)
tl_chat_gen.go#L2598: c.Flags.Set(19)
tl_chat_gen.go#L2601: c.Flags.Unset(19)
tl_chat_gen.go#L2611: return c.Flags.Has(19)
tl_chat_gen.go#L2617: c.Flags.Set(20)
tl_chat_gen.go#L2620: c.Flags.Unset(20)
tl_chat_gen.go#L2630: return c.Flags.Has(20)
tl_chat_gen.go#L2636: c.Flags.Set(21)
tl_chat_gen.go#L2639: c.Flags.Unset(21)
tl_chat_gen.go#L2649: return c.Flags.Has(21)
tl_chat_gen.go#L2655: c.Flags.Set(22)
tl_chat_gen.go#L2658: c.Flags.Unset(22)
tl_chat_gen.go#L2668: return c.Flags.Has(22)
tl_chat_gen.go#L2674: c.Flags.Set(23)
tl_chat_gen.go#L2677: c.Flags.Unset(23)
tl_chat_gen.go#L2687: return c.Flags.Has(23)
tl_chat_gen.go#L2693: c.Flags.Set(24)
tl_chat_gen.go#L2696: c.Flags.Unset(24)
tl_chat_gen.go#L2706: return c.Flags.Has(24)
tl_chat_gen.go#L2712: c.Flags.Set(25)
tl_chat_gen.go#L2715: c.Flags.Unset(25)
tl_chat_gen.go#L2725: return c.Flags.Has(25)
tl_chat_gen.go#L2731: c.Flags.Set(26)
tl_chat_gen.go#L2734: c.Flags.Unset(26)
tl_chat_gen.go#L2744: return c.Flags.Has(26)
tl_chat_gen.go#L2750: c.Flags.Set(27)
tl_chat_gen.go#L2753: c.Flags.Unset(27)
tl_chat_gen.go#L2763: return c.Flags.Has(27)
tl_chat_gen.go#L2769: c.Flags.Set(28)
tl_chat_gen.go#L2772: c.Flags.Unset(28)
tl_chat_gen.go#L2782: return c.Flags.Has(28)
tl_chat_gen.go#L2788: c.Flags.Set(29)
tl_chat_gen.go#L2791: c.Flags.Unset(29)
tl_chat_gen.go#L2801: return c.Flags.Has(29)
tl_chat_gen.go#L2807: c.Flags.Set(30)
tl_chat_gen.go#L2810: c.Flags.Unset(30)
tl_chat_gen.go#L2820: return c.Flags.Has(30)
tl_chat_gen.go#L2985: c.Flags.Set(13)
tl_chat_gen.go#L2995: if !c.Flags.Has(13) {
tl_chat_gen.go#L3011: c.Flags.Set(6)
tl_chat_gen.go#L3021: if !c.Flags.Has(6) {
tl_chat_gen.go#L3045: c.Flags.Set(9)
tl_chat_gen.go#L3055: if !c.Flags.Has(9) {
tl_chat_gen.go#L3063: c.Flags.Set(14)
tl_chat_gen.go#L3073: if !c.Flags.Has(14) {
tl_chat_gen.go#L3081: c.Flags.Set(15)
tl_chat_gen.go#L3091: if !c.Flags.Has(15) {
tl_chat_gen.go#L3099: c.Flags.Set(18)
tl_chat_gen.go#L3109: if !c.Flags.Has(18) {
tl_chat_gen.go#L3117: c.Flags.Set(17)
tl_chat_gen.go#L3127: if !c.Flags.Has(17) {
 |
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. |