github.com/gotd/td/tg.Chat.Flags (field)
58 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L178: Flags bin.Fields
tl_chat_gen.go#L252: if !(c.Flags.Zero()) {
tl_chat_gen.go#L383: Null: !c.Flags.Has(0),
tl_chat_gen.go#L388: Null: !c.Flags.Has(2),
tl_chat_gen.go#L393: Null: !c.Flags.Has(5),
tl_chat_gen.go#L398: Null: !c.Flags.Has(23),
tl_chat_gen.go#L403: Null: !c.Flags.Has(24),
tl_chat_gen.go#L408: Null: !c.Flags.Has(25),
tl_chat_gen.go#L437: Null: !c.Flags.Has(6),
tl_chat_gen.go#L442: Null: !c.Flags.Has(14),
tl_chat_gen.go#L447: Null: !c.Flags.Has(18),
tl_chat_gen.go#L456: c.Flags.Set(0)
tl_chat_gen.go#L459: c.Flags.Set(2)
tl_chat_gen.go#L462: c.Flags.Set(5)
tl_chat_gen.go#L465: c.Flags.Set(23)
tl_chat_gen.go#L468: c.Flags.Set(24)
tl_chat_gen.go#L471: c.Flags.Set(25)
tl_chat_gen.go#L474: c.Flags.Set(6)
tl_chat_gen.go#L477: c.Flags.Set(14)
tl_chat_gen.go#L480: c.Flags.Set(18)
tl_chat_gen.go#L499: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L513: if c.Flags.Has(6) {
tl_chat_gen.go#L521: if c.Flags.Has(14) {
tl_chat_gen.go#L526: if c.Flags.Has(18) {
tl_chat_gen.go#L551: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L555: c.Creator = c.Flags.Has(0)
tl_chat_gen.go#L556: c.Left = c.Flags.Has(2)
tl_chat_gen.go#L557: c.Deactivated = c.Flags.Has(5)
tl_chat_gen.go#L558: c.CallActive = c.Flags.Has(23)
tl_chat_gen.go#L559: c.CallNotEmpty = c.Flags.Has(24)
tl_chat_gen.go#L560: c.Noforwards = c.Flags.Has(25)
tl_chat_gen.go#L603: if c.Flags.Has(6) {
tl_chat_gen.go#L610: if c.Flags.Has(14) {
tl_chat_gen.go#L615: if c.Flags.Has(18) {
tl_chat_gen.go#L626: c.Flags.Set(0)
tl_chat_gen.go#L629: c.Flags.Unset(0)
tl_chat_gen.go#L639: return c.Flags.Has(0)
tl_chat_gen.go#L645: c.Flags.Set(2)
tl_chat_gen.go#L648: c.Flags.Unset(2)
tl_chat_gen.go#L658: return c.Flags.Has(2)
tl_chat_gen.go#L664: c.Flags.Set(5)
tl_chat_gen.go#L667: c.Flags.Unset(5)
tl_chat_gen.go#L677: return c.Flags.Has(5)
tl_chat_gen.go#L683: c.Flags.Set(23)
tl_chat_gen.go#L686: c.Flags.Unset(23)
tl_chat_gen.go#L696: return c.Flags.Has(23)
tl_chat_gen.go#L702: c.Flags.Set(24)
tl_chat_gen.go#L705: c.Flags.Unset(24)
tl_chat_gen.go#L715: return c.Flags.Has(24)
tl_chat_gen.go#L721: c.Flags.Set(25)
tl_chat_gen.go#L724: c.Flags.Unset(25)
tl_chat_gen.go#L734: return c.Flags.Has(25)
tl_chat_gen.go#L787: c.Flags.Set(6)
tl_chat_gen.go#L797: if !c.Flags.Has(6) {
tl_chat_gen.go#L805: c.Flags.Set(14)
tl_chat_gen.go#L815: if !c.Flags.Has(14) {
tl_chat_gen.go#L823: c.Flags.Set(18)
tl_chat_gen.go#L833: if !c.Flags.Has(18) {
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. |