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#L1353: if !(c.Flags.Zero()) {
tl_chat_gen.go#L1699: Null: !c.Flags.Has(0),
tl_chat_gen.go#L1704: Null: !c.Flags.Has(2),
tl_chat_gen.go#L1709: Null: !c.Flags.Has(5),
tl_chat_gen.go#L1714: Null: !c.Flags.Has(7),
tl_chat_gen.go#L1719: Null: !c.Flags.Has(8),
tl_chat_gen.go#L1724: Null: !c.Flags.Has(9),
tl_chat_gen.go#L1729: Null: !c.Flags.Has(11),
tl_chat_gen.go#L1734: Null: !c.Flags.Has(12),
tl_chat_gen.go#L1739: Null: !c.Flags.Has(19),
tl_chat_gen.go#L1744: Null: !c.Flags.Has(20),
tl_chat_gen.go#L1749: Null: !c.Flags.Has(21),
tl_chat_gen.go#L1754: Null: !c.Flags.Has(22),
tl_chat_gen.go#L1759: Null: !c.Flags.Has(23),
tl_chat_gen.go#L1764: Null: !c.Flags.Has(24),
tl_chat_gen.go#L1769: Null: !c.Flags.Has(25),
tl_chat_gen.go#L1774: Null: !c.Flags.Has(26),
tl_chat_gen.go#L1779: Null: !c.Flags.Has(27),
tl_chat_gen.go#L1784: Null: !c.Flags.Has(28),
tl_chat_gen.go#L1789: Null: !c.Flags.Has(29),
tl_chat_gen.go#L1794: Null: !c.Flags.Has(30),
tl_chat_gen.go#L1843: Null: !c.Flags.Has(13),
tl_chat_gen.go#L1852: Null: !c.Flags.Has(6),
tl_chat_gen.go#L1865: Null: !c.Flags.Has(9),
tl_chat_gen.go#L1870: Null: !c.Flags.Has(14),
tl_chat_gen.go#L1875: Null: !c.Flags.Has(15),
tl_chat_gen.go#L1880: Null: !c.Flags.Has(18),
tl_chat_gen.go#L1885: Null: !c.Flags.Has(17),
tl_chat_gen.go#L1944: c.Flags.Set(0)
tl_chat_gen.go#L1947: c.Flags.Set(2)
tl_chat_gen.go#L1950: c.Flags.Set(5)
tl_chat_gen.go#L1953: c.Flags.Set(7)
tl_chat_gen.go#L1956: c.Flags.Set(8)
tl_chat_gen.go#L1959: c.Flags.Set(9)
tl_chat_gen.go#L1962: c.Flags.Set(11)
tl_chat_gen.go#L1965: c.Flags.Set(12)
tl_chat_gen.go#L1968: c.Flags.Set(19)
tl_chat_gen.go#L1971: c.Flags.Set(20)
tl_chat_gen.go#L1974: c.Flags.Set(21)
tl_chat_gen.go#L1977: c.Flags.Set(22)
tl_chat_gen.go#L1980: c.Flags.Set(23)
tl_chat_gen.go#L1983: c.Flags.Set(24)
tl_chat_gen.go#L1986: c.Flags.Set(25)
tl_chat_gen.go#L1989: c.Flags.Set(26)
tl_chat_gen.go#L1992: c.Flags.Set(27)
tl_chat_gen.go#L1995: c.Flags.Set(28)
tl_chat_gen.go#L1998: c.Flags.Set(29)
tl_chat_gen.go#L2001: c.Flags.Set(30)
tl_chat_gen.go#L2028: c.Flags.Set(13)
tl_chat_gen.go#L2031: c.Flags.Set(6)
tl_chat_gen.go#L2034: c.Flags.Set(9)
tl_chat_gen.go#L2037: c.Flags.Set(14)
tl_chat_gen.go#L2040: c.Flags.Set(15)
tl_chat_gen.go#L2043: c.Flags.Set(18)
tl_chat_gen.go#L2046: c.Flags.Set(17)
tl_chat_gen.go#L2095: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L2102: if c.Flags.Has(13) {
tl_chat_gen.go#L2106: if c.Flags.Has(6) {
tl_chat_gen.go#L2116: if c.Flags.Has(9) {
tl_chat_gen.go#L2124: if c.Flags.Has(14) {
tl_chat_gen.go#L2129: if c.Flags.Has(15) {
tl_chat_gen.go#L2134: if c.Flags.Has(18) {
tl_chat_gen.go#L2139: if c.Flags.Has(17) {
tl_chat_gen.go#L2214: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L2218: c.Creator = c.Flags.Has(0)
tl_chat_gen.go#L2219: c.Left = c.Flags.Has(2)
tl_chat_gen.go#L2220: c.Broadcast = c.Flags.Has(5)
tl_chat_gen.go#L2221: c.Verified = c.Flags.Has(7)
tl_chat_gen.go#L2222: c.Megagroup = c.Flags.Has(8)
tl_chat_gen.go#L2223: c.Restricted = c.Flags.Has(9)
tl_chat_gen.go#L2224: c.Signatures = c.Flags.Has(11)
tl_chat_gen.go#L2225: c.Min = c.Flags.Has(12)
tl_chat_gen.go#L2226: c.Scam = c.Flags.Has(19)
tl_chat_gen.go#L2227: c.HasLink = c.Flags.Has(20)
tl_chat_gen.go#L2228: c.HasGeo = c.Flags.Has(21)
tl_chat_gen.go#L2229: c.SlowmodeEnabled = c.Flags.Has(22)
tl_chat_gen.go#L2230: c.CallActive = c.Flags.Has(23)
tl_chat_gen.go#L2231: c.CallNotEmpty = c.Flags.Has(24)
tl_chat_gen.go#L2232: c.Fake = c.Flags.Has(25)
tl_chat_gen.go#L2233: c.Gigagroup = c.Flags.Has(26)
tl_chat_gen.go#L2234: c.Noforwards = c.Flags.Has(27)
tl_chat_gen.go#L2235: c.JoinToSend = c.Flags.Has(28)
tl_chat_gen.go#L2236: c.JoinRequest = c.Flags.Has(29)
tl_chat_gen.go#L2237: c.Forum = c.Flags.Has(30)
tl_chat_gen.go#L2258: if c.Flags.Has(13) {
tl_chat_gen.go#L2272: if c.Flags.Has(6) {
tl_chat_gen.go#L2293: if c.Flags.Has(9) {
tl_chat_gen.go#L2310: if c.Flags.Has(14) {
tl_chat_gen.go#L2315: if c.Flags.Has(15) {
tl_chat_gen.go#L2320: if c.Flags.Has(18) {
tl_chat_gen.go#L2325: if c.Flags.Has(17) {
tl_chat_gen.go#L2416: c.Flags.Set(0)
tl_chat_gen.go#L2419: c.Flags.Unset(0)
tl_chat_gen.go#L2429: return c.Flags.Has(0)
tl_chat_gen.go#L2435: c.Flags.Set(2)
tl_chat_gen.go#L2438: c.Flags.Unset(2)
tl_chat_gen.go#L2448: return c.Flags.Has(2)
tl_chat_gen.go#L2454: c.Flags.Set(5)
tl_chat_gen.go#L2457: c.Flags.Unset(5)
tl_chat_gen.go#L2467: return c.Flags.Has(5)
tl_chat_gen.go#L2473: c.Flags.Set(7)
tl_chat_gen.go#L2476: c.Flags.Unset(7)
tl_chat_gen.go#L2486: return c.Flags.Has(7)
tl_chat_gen.go#L2492: c.Flags.Set(8)
tl_chat_gen.go#L2495: c.Flags.Unset(8)
tl_chat_gen.go#L2505: return c.Flags.Has(8)
tl_chat_gen.go#L2511: c.Flags.Set(9)
tl_chat_gen.go#L2514: c.Flags.Unset(9)
tl_chat_gen.go#L2524: return c.Flags.Has(9)
tl_chat_gen.go#L2530: c.Flags.Set(11)
tl_chat_gen.go#L2533: c.Flags.Unset(11)
tl_chat_gen.go#L2543: return c.Flags.Has(11)
tl_chat_gen.go#L2549: c.Flags.Set(12)
tl_chat_gen.go#L2552: c.Flags.Unset(12)
tl_chat_gen.go#L2562: return c.Flags.Has(12)
tl_chat_gen.go#L2568: c.Flags.Set(19)
tl_chat_gen.go#L2571: c.Flags.Unset(19)
tl_chat_gen.go#L2581: return c.Flags.Has(19)
tl_chat_gen.go#L2587: c.Flags.Set(20)
tl_chat_gen.go#L2590: c.Flags.Unset(20)
tl_chat_gen.go#L2600: return c.Flags.Has(20)
tl_chat_gen.go#L2606: c.Flags.Set(21)
tl_chat_gen.go#L2609: c.Flags.Unset(21)
tl_chat_gen.go#L2619: return c.Flags.Has(21)
tl_chat_gen.go#L2625: c.Flags.Set(22)
tl_chat_gen.go#L2628: c.Flags.Unset(22)
tl_chat_gen.go#L2638: return c.Flags.Has(22)
tl_chat_gen.go#L2644: c.Flags.Set(23)
tl_chat_gen.go#L2647: c.Flags.Unset(23)
tl_chat_gen.go#L2657: return c.Flags.Has(23)
tl_chat_gen.go#L2663: c.Flags.Set(24)
tl_chat_gen.go#L2666: c.Flags.Unset(24)
tl_chat_gen.go#L2676: return c.Flags.Has(24)
tl_chat_gen.go#L2682: c.Flags.Set(25)
tl_chat_gen.go#L2685: c.Flags.Unset(25)
tl_chat_gen.go#L2695: return c.Flags.Has(25)
tl_chat_gen.go#L2701: c.Flags.Set(26)
tl_chat_gen.go#L2704: c.Flags.Unset(26)
tl_chat_gen.go#L2714: return c.Flags.Has(26)
tl_chat_gen.go#L2720: c.Flags.Set(27)
tl_chat_gen.go#L2723: c.Flags.Unset(27)
tl_chat_gen.go#L2733: return c.Flags.Has(27)
tl_chat_gen.go#L2739: c.Flags.Set(28)
tl_chat_gen.go#L2742: c.Flags.Unset(28)
tl_chat_gen.go#L2752: return c.Flags.Has(28)
tl_chat_gen.go#L2758: c.Flags.Set(29)
tl_chat_gen.go#L2761: c.Flags.Unset(29)
tl_chat_gen.go#L2771: return c.Flags.Has(29)
tl_chat_gen.go#L2777: c.Flags.Set(30)
tl_chat_gen.go#L2780: c.Flags.Unset(30)
tl_chat_gen.go#L2790: return c.Flags.Has(30)
tl_chat_gen.go#L2955: c.Flags.Set(13)
tl_chat_gen.go#L2965: if !c.Flags.Has(13) {
tl_chat_gen.go#L2981: c.Flags.Set(6)
tl_chat_gen.go#L2991: if !c.Flags.Has(6) {
tl_chat_gen.go#L3015: c.Flags.Set(9)
tl_chat_gen.go#L3025: if !c.Flags.Has(9) {
tl_chat_gen.go#L3033: c.Flags.Set(14)
tl_chat_gen.go#L3043: if !c.Flags.Has(14) {
tl_chat_gen.go#L3051: c.Flags.Set(15)
tl_chat_gen.go#L3061: if !c.Flags.Has(15) {
tl_chat_gen.go#L3069: c.Flags.Set(18)
tl_chat_gen.go#L3079: if !c.Flags.Has(18) {
tl_chat_gen.go#L3087: c.Flags.Set(17)
tl_chat_gen.go#L3097: 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. |