github.com/gotd/td/tg.Channel.Flags (field)
166 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1011: Flags bin.Fields
tl_chat_gen.go#L1196: if !(c.Flags.Zero()) {
tl_chat_gen.go#L1485: Null: !c.Flags.Has(0),
tl_chat_gen.go#L1490: Null: !c.Flags.Has(2),
tl_chat_gen.go#L1495: Null: !c.Flags.Has(5),
tl_chat_gen.go#L1500: Null: !c.Flags.Has(7),
tl_chat_gen.go#L1505: Null: !c.Flags.Has(8),
tl_chat_gen.go#L1510: Null: !c.Flags.Has(9),
tl_chat_gen.go#L1515: Null: !c.Flags.Has(11),
tl_chat_gen.go#L1520: Null: !c.Flags.Has(12),
tl_chat_gen.go#L1525: Null: !c.Flags.Has(19),
tl_chat_gen.go#L1530: Null: !c.Flags.Has(20),
tl_chat_gen.go#L1535: Null: !c.Flags.Has(21),
tl_chat_gen.go#L1540: Null: !c.Flags.Has(22),
tl_chat_gen.go#L1545: Null: !c.Flags.Has(23),
tl_chat_gen.go#L1550: Null: !c.Flags.Has(24),
tl_chat_gen.go#L1555: Null: !c.Flags.Has(25),
tl_chat_gen.go#L1560: Null: !c.Flags.Has(26),
tl_chat_gen.go#L1565: Null: !c.Flags.Has(27),
tl_chat_gen.go#L1570: Null: !c.Flags.Has(28),
tl_chat_gen.go#L1575: Null: !c.Flags.Has(29),
tl_chat_gen.go#L1580: Null: !c.Flags.Has(30),
tl_chat_gen.go#L1604: Null: !c.Flags.Has(13),
tl_chat_gen.go#L1613: Null: !c.Flags.Has(6),
tl_chat_gen.go#L1626: Null: !c.Flags.Has(9),
tl_chat_gen.go#L1631: Null: !c.Flags.Has(14),
tl_chat_gen.go#L1636: Null: !c.Flags.Has(15),
tl_chat_gen.go#L1641: Null: !c.Flags.Has(18),
tl_chat_gen.go#L1646: Null: !c.Flags.Has(17),
tl_chat_gen.go#L1685: c.Flags.Set(0)
tl_chat_gen.go#L1688: c.Flags.Set(2)
tl_chat_gen.go#L1691: c.Flags.Set(5)
tl_chat_gen.go#L1694: c.Flags.Set(7)
tl_chat_gen.go#L1697: c.Flags.Set(8)
tl_chat_gen.go#L1700: c.Flags.Set(9)
tl_chat_gen.go#L1703: c.Flags.Set(11)
tl_chat_gen.go#L1706: c.Flags.Set(12)
tl_chat_gen.go#L1709: c.Flags.Set(19)
tl_chat_gen.go#L1712: c.Flags.Set(20)
tl_chat_gen.go#L1715: c.Flags.Set(21)
tl_chat_gen.go#L1718: c.Flags.Set(22)
tl_chat_gen.go#L1721: c.Flags.Set(23)
tl_chat_gen.go#L1724: c.Flags.Set(24)
tl_chat_gen.go#L1727: c.Flags.Set(25)
tl_chat_gen.go#L1730: c.Flags.Set(26)
tl_chat_gen.go#L1733: c.Flags.Set(27)
tl_chat_gen.go#L1736: c.Flags.Set(28)
tl_chat_gen.go#L1739: c.Flags.Set(29)
tl_chat_gen.go#L1742: c.Flags.Set(30)
tl_chat_gen.go#L1754: c.Flags.Set(13)
tl_chat_gen.go#L1757: c.Flags.Set(6)
tl_chat_gen.go#L1760: c.Flags.Set(9)
tl_chat_gen.go#L1763: c.Flags.Set(14)
tl_chat_gen.go#L1766: c.Flags.Set(15)
tl_chat_gen.go#L1769: c.Flags.Set(18)
tl_chat_gen.go#L1772: c.Flags.Set(17)
tl_chat_gen.go#L1809: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L1816: if c.Flags.Has(13) {
tl_chat_gen.go#L1820: if c.Flags.Has(6) {
tl_chat_gen.go#L1830: if c.Flags.Has(9) {
tl_chat_gen.go#L1838: if c.Flags.Has(14) {
tl_chat_gen.go#L1843: if c.Flags.Has(15) {
tl_chat_gen.go#L1848: if c.Flags.Has(18) {
tl_chat_gen.go#L1853: if c.Flags.Has(17) {
tl_chat_gen.go#L1908: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L1912: c.Creator = c.Flags.Has(0)
tl_chat_gen.go#L1913: c.Left = c.Flags.Has(2)
tl_chat_gen.go#L1914: c.Broadcast = c.Flags.Has(5)
tl_chat_gen.go#L1915: c.Verified = c.Flags.Has(7)
tl_chat_gen.go#L1916: c.Megagroup = c.Flags.Has(8)
tl_chat_gen.go#L1917: c.Restricted = c.Flags.Has(9)
tl_chat_gen.go#L1918: c.Signatures = c.Flags.Has(11)
tl_chat_gen.go#L1919: c.Min = c.Flags.Has(12)
tl_chat_gen.go#L1920: c.Scam = c.Flags.Has(19)
tl_chat_gen.go#L1921: c.HasLink = c.Flags.Has(20)
tl_chat_gen.go#L1922: c.HasGeo = c.Flags.Has(21)
tl_chat_gen.go#L1923: c.SlowmodeEnabled = c.Flags.Has(22)
tl_chat_gen.go#L1924: c.CallActive = c.Flags.Has(23)
tl_chat_gen.go#L1925: c.CallNotEmpty = c.Flags.Has(24)
tl_chat_gen.go#L1926: c.Fake = c.Flags.Has(25)
tl_chat_gen.go#L1927: c.Gigagroup = c.Flags.Has(26)
tl_chat_gen.go#L1928: c.Noforwards = c.Flags.Has(27)
tl_chat_gen.go#L1929: c.JoinToSend = c.Flags.Has(28)
tl_chat_gen.go#L1930: c.JoinRequest = c.Flags.Has(29)
tl_chat_gen.go#L1931: c.Forum = c.Flags.Has(30)
tl_chat_gen.go#L1947: if c.Flags.Has(13) {
tl_chat_gen.go#L1961: if c.Flags.Has(6) {
tl_chat_gen.go#L1982: if c.Flags.Has(9) {
tl_chat_gen.go#L1999: if c.Flags.Has(14) {
tl_chat_gen.go#L2004: if c.Flags.Has(15) {
tl_chat_gen.go#L2009: if c.Flags.Has(18) {
tl_chat_gen.go#L2014: if c.Flags.Has(17) {
tl_chat_gen.go#L2075: c.Flags.Set(0)
tl_chat_gen.go#L2078: c.Flags.Unset(0)
tl_chat_gen.go#L2088: return c.Flags.Has(0)
tl_chat_gen.go#L2094: c.Flags.Set(2)
tl_chat_gen.go#L2097: c.Flags.Unset(2)
tl_chat_gen.go#L2107: return c.Flags.Has(2)
tl_chat_gen.go#L2113: c.Flags.Set(5)
tl_chat_gen.go#L2116: c.Flags.Unset(5)
tl_chat_gen.go#L2126: return c.Flags.Has(5)
tl_chat_gen.go#L2132: c.Flags.Set(7)
tl_chat_gen.go#L2135: c.Flags.Unset(7)
tl_chat_gen.go#L2145: return c.Flags.Has(7)
tl_chat_gen.go#L2151: c.Flags.Set(8)
tl_chat_gen.go#L2154: c.Flags.Unset(8)
tl_chat_gen.go#L2164: return c.Flags.Has(8)
tl_chat_gen.go#L2170: c.Flags.Set(9)
tl_chat_gen.go#L2173: c.Flags.Unset(9)
tl_chat_gen.go#L2183: return c.Flags.Has(9)
tl_chat_gen.go#L2189: c.Flags.Set(11)
tl_chat_gen.go#L2192: c.Flags.Unset(11)
tl_chat_gen.go#L2202: return c.Flags.Has(11)
tl_chat_gen.go#L2208: c.Flags.Set(12)
tl_chat_gen.go#L2211: c.Flags.Unset(12)
tl_chat_gen.go#L2221: return c.Flags.Has(12)
tl_chat_gen.go#L2227: c.Flags.Set(19)
tl_chat_gen.go#L2230: c.Flags.Unset(19)
tl_chat_gen.go#L2240: return c.Flags.Has(19)
tl_chat_gen.go#L2246: c.Flags.Set(20)
tl_chat_gen.go#L2249: c.Flags.Unset(20)
tl_chat_gen.go#L2259: return c.Flags.Has(20)
tl_chat_gen.go#L2265: c.Flags.Set(21)
tl_chat_gen.go#L2268: c.Flags.Unset(21)
tl_chat_gen.go#L2278: return c.Flags.Has(21)
tl_chat_gen.go#L2284: c.Flags.Set(22)
tl_chat_gen.go#L2287: c.Flags.Unset(22)
tl_chat_gen.go#L2297: return c.Flags.Has(22)
tl_chat_gen.go#L2303: c.Flags.Set(23)
tl_chat_gen.go#L2306: c.Flags.Unset(23)
tl_chat_gen.go#L2316: return c.Flags.Has(23)
tl_chat_gen.go#L2322: c.Flags.Set(24)
tl_chat_gen.go#L2325: c.Flags.Unset(24)
tl_chat_gen.go#L2335: return c.Flags.Has(24)
tl_chat_gen.go#L2341: c.Flags.Set(25)
tl_chat_gen.go#L2344: c.Flags.Unset(25)
tl_chat_gen.go#L2354: return c.Flags.Has(25)
tl_chat_gen.go#L2360: c.Flags.Set(26)
tl_chat_gen.go#L2363: c.Flags.Unset(26)
tl_chat_gen.go#L2373: return c.Flags.Has(26)
tl_chat_gen.go#L2379: c.Flags.Set(27)
tl_chat_gen.go#L2382: c.Flags.Unset(27)
tl_chat_gen.go#L2392: return c.Flags.Has(27)
tl_chat_gen.go#L2398: c.Flags.Set(28)
tl_chat_gen.go#L2401: c.Flags.Unset(28)
tl_chat_gen.go#L2411: return c.Flags.Has(28)
tl_chat_gen.go#L2417: c.Flags.Set(29)
tl_chat_gen.go#L2420: c.Flags.Unset(29)
tl_chat_gen.go#L2430: return c.Flags.Has(29)
tl_chat_gen.go#L2436: c.Flags.Set(30)
tl_chat_gen.go#L2439: c.Flags.Unset(30)
tl_chat_gen.go#L2449: return c.Flags.Has(30)
tl_chat_gen.go#L2519: c.Flags.Set(13)
tl_chat_gen.go#L2529: if !c.Flags.Has(13) {
tl_chat_gen.go#L2545: c.Flags.Set(6)
tl_chat_gen.go#L2555: if !c.Flags.Has(6) {
tl_chat_gen.go#L2579: c.Flags.Set(9)
tl_chat_gen.go#L2589: if !c.Flags.Has(9) {
tl_chat_gen.go#L2597: c.Flags.Set(14)
tl_chat_gen.go#L2607: if !c.Flags.Has(14) {
tl_chat_gen.go#L2615: c.Flags.Set(15)
tl_chat_gen.go#L2625: if !c.Flags.Has(15) {
tl_chat_gen.go#L2633: c.Flags.Set(18)
tl_chat_gen.go#L2643: if !c.Flags.Has(18) {
tl_chat_gen.go#L2651: c.Flags.Set(17)
tl_chat_gen.go#L2661: if !c.Flags.Has(17) {
|
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. |