github.com/gotd/td/tg.Channel.Flags2 (field)
58 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L1083: Flags2 bin.Fields
tl_chat_gen.go#L1259: if !(c.Flags2.Zero()) {
tl_chat_gen.go#L1585: Null: !c.Flags2.Has(1),
tl_chat_gen.go#L1590: Null: !c.Flags2.Has(2),
tl_chat_gen.go#L1595: Null: !c.Flags2.Has(3),
tl_chat_gen.go#L1651: Null: !c.Flags2.Has(0),
tl_chat_gen.go#L1656: Null: !c.Flags2.Has(4),
tl_chat_gen.go#L1661: Null: !c.Flags2.Has(7),
tl_chat_gen.go#L1666: Null: !c.Flags2.Has(8),
tl_chat_gen.go#L1671: Null: !c.Flags2.Has(9),
tl_chat_gen.go#L1676: Null: !c.Flags2.Has(10),
tl_chat_gen.go#L1745: c.Flags2.Set(1)
tl_chat_gen.go#L1748: c.Flags2.Set(2)
tl_chat_gen.go#L1751: c.Flags2.Set(3)
tl_chat_gen.go#L1775: c.Flags2.Set(0)
tl_chat_gen.go#L1778: c.Flags2.Set(4)
tl_chat_gen.go#L1781: c.Flags2.Set(7)
tl_chat_gen.go#L1784: c.Flags2.Set(8)
tl_chat_gen.go#L1787: c.Flags2.Set(9)
tl_chat_gen.go#L1790: c.Flags2.Set(10)
tl_chat_gen.go#L1812: if err := c.Flags2.Encode(b); err != nil {
tl_chat_gen.go#L1856: if c.Flags2.Has(0) {
tl_chat_gen.go#L1864: if c.Flags2.Has(4) {
tl_chat_gen.go#L1867: if c.Flags2.Has(7) {
tl_chat_gen.go#L1872: if c.Flags2.Has(8) {
tl_chat_gen.go#L1877: if c.Flags2.Has(9) {
tl_chat_gen.go#L1885: if c.Flags2.Has(10) {
tl_chat_gen.go#L1933: if err := c.Flags2.Decode(b); err != nil {
tl_chat_gen.go#L1937: c.StoriesHidden = c.Flags2.Has(1)
tl_chat_gen.go#L1938: c.StoriesHiddenMin = c.Flags2.Has(2)
tl_chat_gen.go#L1939: c.StoriesUnavailable = c.Flags2.Has(3)
tl_chat_gen.go#L2021: if c.Flags2.Has(0) {
tl_chat_gen.go#L2038: if c.Flags2.Has(4) {
tl_chat_gen.go#L2045: if c.Flags2.Has(7) {
tl_chat_gen.go#L2050: if c.Flags2.Has(8) {
tl_chat_gen.go#L2055: if c.Flags2.Has(9) {
tl_chat_gen.go#L2062: if c.Flags2.Has(10) {
tl_chat_gen.go#L2455: c.Flags2.Set(1)
tl_chat_gen.go#L2458: c.Flags2.Unset(1)
tl_chat_gen.go#L2468: return c.Flags2.Has(1)
tl_chat_gen.go#L2474: c.Flags2.Set(2)
tl_chat_gen.go#L2477: c.Flags2.Unset(2)
tl_chat_gen.go#L2487: return c.Flags2.Has(2)
tl_chat_gen.go#L2493: c.Flags2.Set(3)
tl_chat_gen.go#L2496: c.Flags2.Unset(3)
tl_chat_gen.go#L2506: return c.Flags2.Has(3)
tl_chat_gen.go#L2669: c.Flags2.Set(0)
tl_chat_gen.go#L2679: if !c.Flags2.Has(0) {
tl_chat_gen.go#L2687: c.Flags2.Set(4)
tl_chat_gen.go#L2697: if !c.Flags2.Has(4) {
tl_chat_gen.go#L2705: c.Flags2.Set(7)
tl_chat_gen.go#L2715: if !c.Flags2.Has(7) {
tl_chat_gen.go#L2723: c.Flags2.Set(8)
tl_chat_gen.go#L2733: if !c.Flags2.Has(8) {
tl_chat_gen.go#L2741: c.Flags2.Set(9)
tl_chat_gen.go#L2751: if !c.Flags2.Has(9) {
tl_chat_gen.go#L2759: c.Flags2.Set(10)
tl_chat_gen.go#L2769: if !c.Flags2.Has(10) {
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. |