github.com/gotd/td/tg.ChatFull.Flags (field)
100 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L50: Flags bin.Fields
tl_chat_full_gen.go#L165: if !(c.Flags.Zero()) {
tl_chat_full_gen.go#L351: Null: !c.Flags.Has(7),
tl_chat_full_gen.go#L356: Null: !c.Flags.Has(8),
tl_chat_full_gen.go#L361: Null: !c.Flags.Has(19),
tl_chat_full_gen.go#L378: Null: !c.Flags.Has(2),
tl_chat_full_gen.go#L387: Null: !c.Flags.Has(13),
tl_chat_full_gen.go#L392: Null: !c.Flags.Has(3),
tl_chat_full_gen.go#L397: Null: !c.Flags.Has(6),
tl_chat_full_gen.go#L402: Null: !c.Flags.Has(11),
tl_chat_full_gen.go#L407: Null: !c.Flags.Has(12),
tl_chat_full_gen.go#L412: Null: !c.Flags.Has(14),
tl_chat_full_gen.go#L417: Null: !c.Flags.Has(15),
tl_chat_full_gen.go#L422: Null: !c.Flags.Has(16),
tl_chat_full_gen.go#L427: Null: !c.Flags.Has(17),
tl_chat_full_gen.go#L432: Null: !c.Flags.Has(17),
tl_chat_full_gen.go#L437: Null: !c.Flags.Has(18),
tl_chat_full_gen.go#L442: Null: !c.Flags.Has(20),
tl_chat_full_gen.go#L451: c.Flags.Set(7)
tl_chat_full_gen.go#L454: c.Flags.Set(8)
tl_chat_full_gen.go#L457: c.Flags.Set(19)
tl_chat_full_gen.go#L460: c.Flags.Set(2)
tl_chat_full_gen.go#L463: c.Flags.Set(13)
tl_chat_full_gen.go#L466: c.Flags.Set(3)
tl_chat_full_gen.go#L469: c.Flags.Set(6)
tl_chat_full_gen.go#L472: c.Flags.Set(11)
tl_chat_full_gen.go#L475: c.Flags.Set(12)
tl_chat_full_gen.go#L478: c.Flags.Set(14)
tl_chat_full_gen.go#L481: c.Flags.Set(15)
tl_chat_full_gen.go#L484: c.Flags.Set(16)
tl_chat_full_gen.go#L487: c.Flags.Set(17)
tl_chat_full_gen.go#L490: c.Flags.Set(17)
tl_chat_full_gen.go#L493: c.Flags.Set(18)
tl_chat_full_gen.go#L496: c.Flags.Set(20)
tl_chat_full_gen.go#L515: if err := c.Flags.Encode(b); err != nil {
tl_chat_full_gen.go#L526: if c.Flags.Has(2) {
tl_chat_full_gen.go#L537: if c.Flags.Has(13) {
tl_chat_full_gen.go#L545: if c.Flags.Has(3) {
tl_chat_full_gen.go#L553: if c.Flags.Has(6) {
tl_chat_full_gen.go#L556: if c.Flags.Has(11) {
tl_chat_full_gen.go#L559: if c.Flags.Has(12) {
tl_chat_full_gen.go#L567: if c.Flags.Has(14) {
tl_chat_full_gen.go#L570: if c.Flags.Has(15) {
tl_chat_full_gen.go#L578: if c.Flags.Has(16) {
tl_chat_full_gen.go#L581: if c.Flags.Has(17) {
tl_chat_full_gen.go#L584: if c.Flags.Has(17) {
tl_chat_full_gen.go#L590: if c.Flags.Has(18) {
tl_chat_full_gen.go#L598: if c.Flags.Has(20) {
tl_chat_full_gen.go#L621: if err := c.Flags.Decode(b); err != nil {
tl_chat_full_gen.go#L625: c.CanSetUsername = c.Flags.Has(7)
tl_chat_full_gen.go#L626: c.HasScheduled = c.Flags.Has(8)
tl_chat_full_gen.go#L627: c.TranslationsDisabled = c.Flags.Has(19)
tl_chat_full_gen.go#L649: if c.Flags.Has(2) {
tl_chat_full_gen.go#L661: if c.Flags.Has(13) {
tl_chat_full_gen.go#L668: if c.Flags.Has(3) {
tl_chat_full_gen.go#L685: if c.Flags.Has(6) {
tl_chat_full_gen.go#L692: if c.Flags.Has(11) {
tl_chat_full_gen.go#L699: if c.Flags.Has(12) {
tl_chat_full_gen.go#L706: if c.Flags.Has(14) {
tl_chat_full_gen.go#L713: if c.Flags.Has(15) {
tl_chat_full_gen.go#L720: if c.Flags.Has(16) {
tl_chat_full_gen.go#L727: if c.Flags.Has(17) {
tl_chat_full_gen.go#L734: if c.Flags.Has(17) {
tl_chat_full_gen.go#L751: if c.Flags.Has(18) {
tl_chat_full_gen.go#L758: if c.Flags.Has(20) {
tl_chat_full_gen.go#L771: c.Flags.Set(7)
tl_chat_full_gen.go#L774: c.Flags.Unset(7)
tl_chat_full_gen.go#L784: return c.Flags.Has(7)
tl_chat_full_gen.go#L790: c.Flags.Set(8)
tl_chat_full_gen.go#L793: c.Flags.Unset(8)
tl_chat_full_gen.go#L803: return c.Flags.Has(8)
tl_chat_full_gen.go#L809: c.Flags.Set(19)
tl_chat_full_gen.go#L812: c.Flags.Unset(19)
tl_chat_full_gen.go#L822: return c.Flags.Has(19)
tl_chat_full_gen.go#L851: c.Flags.Set(2)
tl_chat_full_gen.go#L861: if !c.Flags.Has(2) {
tl_chat_full_gen.go#L877: c.Flags.Set(13)
tl_chat_full_gen.go#L887: if !c.Flags.Has(13) {
tl_chat_full_gen.go#L895: c.Flags.Set(3)
tl_chat_full_gen.go#L905: if !c.Flags.Has(3) {
tl_chat_full_gen.go#L913: c.Flags.Set(6)
tl_chat_full_gen.go#L923: if !c.Flags.Has(6) {
tl_chat_full_gen.go#L931: c.Flags.Set(11)
tl_chat_full_gen.go#L941: if !c.Flags.Has(11) {
tl_chat_full_gen.go#L949: c.Flags.Set(12)
tl_chat_full_gen.go#L959: if !c.Flags.Has(12) {
tl_chat_full_gen.go#L967: c.Flags.Set(14)
tl_chat_full_gen.go#L977: if !c.Flags.Has(14) {
tl_chat_full_gen.go#L985: c.Flags.Set(15)
tl_chat_full_gen.go#L995: if !c.Flags.Has(15) {
tl_chat_full_gen.go#L1003: c.Flags.Set(16)
tl_chat_full_gen.go#L1013: if !c.Flags.Has(16) {
tl_chat_full_gen.go#L1021: c.Flags.Set(17)
tl_chat_full_gen.go#L1031: if !c.Flags.Has(17) {
tl_chat_full_gen.go#L1039: c.Flags.Set(17)
tl_chat_full_gen.go#L1049: if !c.Flags.Has(17) {
tl_chat_full_gen.go#L1057: c.Flags.Set(18)
tl_chat_full_gen.go#L1067: if !c.Flags.Has(18) {
tl_chat_full_gen.go#L1075: c.Flags.Set(20)
tl_chat_full_gen.go#L1085: if !c.Flags.Has(20) {
 |
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. |