github.com/gotd/td/tg.ForumTopic.Flags (field)
52 uses
github.com/gotd/td/tg (current package)
tl_forum_topic_gen.go#L181: Flags bin.Fields
tl_forum_topic_gen.go#L274: if !(f.Flags.Zero()) {
tl_forum_topic_gen.go#L437: Null: !f.Flags.Has(1),
tl_forum_topic_gen.go#L442: Null: !f.Flags.Has(2),
tl_forum_topic_gen.go#L447: Null: !f.Flags.Has(3),
tl_forum_topic_gen.go#L452: Null: !f.Flags.Has(5),
tl_forum_topic_gen.go#L457: Null: !f.Flags.Has(6),
tl_forum_topic_gen.go#L462: Null: !f.Flags.Has(7),
tl_forum_topic_gen.go#L487: Null: !f.Flags.Has(0),
tl_forum_topic_gen.go#L528: Null: !f.Flags.Has(4),
tl_forum_topic_gen.go#L537: f.Flags.Set(1)
tl_forum_topic_gen.go#L540: f.Flags.Set(2)
tl_forum_topic_gen.go#L543: f.Flags.Set(3)
tl_forum_topic_gen.go#L546: f.Flags.Set(5)
tl_forum_topic_gen.go#L549: f.Flags.Set(6)
tl_forum_topic_gen.go#L552: f.Flags.Set(7)
tl_forum_topic_gen.go#L555: f.Flags.Set(0)
tl_forum_topic_gen.go#L558: f.Flags.Set(4)
tl_forum_topic_gen.go#L577: if err := f.Flags.Encode(b); err != nil {
tl_forum_topic_gen.go#L590: if f.Flags.Has(0) {
tl_forum_topic_gen.go#L609: if f.Flags.Has(4) {
tl_forum_topic_gen.go#L637: if err := f.Flags.Decode(b); err != nil {
tl_forum_topic_gen.go#L641: f.My = f.Flags.Has(1)
tl_forum_topic_gen.go#L642: f.Closed = f.Flags.Has(2)
tl_forum_topic_gen.go#L643: f.Pinned = f.Flags.Has(3)
tl_forum_topic_gen.go#L644: f.Short = f.Flags.Has(5)
tl_forum_topic_gen.go#L645: f.Hidden = f.Flags.Has(6)
tl_forum_topic_gen.go#L646: f.TitleMissing = f.Flags.Has(7)
tl_forum_topic_gen.go#L682: if f.Flags.Has(0) {
tl_forum_topic_gen.go#L750: if f.Flags.Has(4) {
tl_forum_topic_gen.go#L763: f.Flags.Set(1)
tl_forum_topic_gen.go#L766: f.Flags.Unset(1)
tl_forum_topic_gen.go#L776: return f.Flags.Has(1)
tl_forum_topic_gen.go#L782: f.Flags.Set(2)
tl_forum_topic_gen.go#L785: f.Flags.Unset(2)
tl_forum_topic_gen.go#L795: return f.Flags.Has(2)
tl_forum_topic_gen.go#L801: f.Flags.Set(3)
tl_forum_topic_gen.go#L804: f.Flags.Unset(3)
tl_forum_topic_gen.go#L814: return f.Flags.Has(3)
tl_forum_topic_gen.go#L820: f.Flags.Set(5)
tl_forum_topic_gen.go#L823: f.Flags.Unset(5)
tl_forum_topic_gen.go#L833: return f.Flags.Has(5)
tl_forum_topic_gen.go#L839: f.Flags.Set(6)
tl_forum_topic_gen.go#L842: f.Flags.Unset(6)
tl_forum_topic_gen.go#L852: return f.Flags.Has(6)
tl_forum_topic_gen.go#L858: f.Flags.Set(7)
tl_forum_topic_gen.go#L861: f.Flags.Unset(7)
tl_forum_topic_gen.go#L871: return f.Flags.Has(7)
tl_forum_topic_gen.go#L916: f.Flags.Set(0)
tl_forum_topic_gen.go#L926: if !f.Flags.Has(0) {
tl_forum_topic_gen.go#L1006: f.Flags.Set(4)
tl_forum_topic_gen.go#L1016: if !f.Flags.Has(4) {
![]() |
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. |