github.com/gotd/td/tg.Chat.Flags (field)
58 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L188: Flags bin.Fields
tl_chat_gen.go#L265: if !(c.Flags.Zero()) {
tl_chat_gen.go#L396: Null: !c.Flags.Has(0),
tl_chat_gen.go#L401: Null: !c.Flags.Has(2),
tl_chat_gen.go#L406: Null: !c.Flags.Has(5),
tl_chat_gen.go#L411: Null: !c.Flags.Has(23),
tl_chat_gen.go#L416: Null: !c.Flags.Has(24),
tl_chat_gen.go#L421: Null: !c.Flags.Has(25),
tl_chat_gen.go#L450: Null: !c.Flags.Has(6),
tl_chat_gen.go#L455: Null: !c.Flags.Has(14),
tl_chat_gen.go#L460: Null: !c.Flags.Has(18),
tl_chat_gen.go#L469: c.Flags.Set(0)
tl_chat_gen.go#L472: c.Flags.Set(2)
tl_chat_gen.go#L475: c.Flags.Set(5)
tl_chat_gen.go#L478: c.Flags.Set(23)
tl_chat_gen.go#L481: c.Flags.Set(24)
tl_chat_gen.go#L484: c.Flags.Set(25)
tl_chat_gen.go#L487: c.Flags.Set(6)
tl_chat_gen.go#L490: c.Flags.Set(14)
tl_chat_gen.go#L493: c.Flags.Set(18)
tl_chat_gen.go#L512: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L526: if c.Flags.Has(6) {
tl_chat_gen.go#L534: if c.Flags.Has(14) {
tl_chat_gen.go#L539: if c.Flags.Has(18) {
tl_chat_gen.go#L564: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L568: c.Creator = c.Flags.Has(0)
tl_chat_gen.go#L569: c.Left = c.Flags.Has(2)
tl_chat_gen.go#L570: c.Deactivated = c.Flags.Has(5)
tl_chat_gen.go#L571: c.CallActive = c.Flags.Has(23)
tl_chat_gen.go#L572: c.CallNotEmpty = c.Flags.Has(24)
tl_chat_gen.go#L573: c.Noforwards = c.Flags.Has(25)
tl_chat_gen.go#L616: if c.Flags.Has(6) {
tl_chat_gen.go#L623: if c.Flags.Has(14) {
tl_chat_gen.go#L628: if c.Flags.Has(18) {
tl_chat_gen.go#L639: c.Flags.Set(0)
tl_chat_gen.go#L642: c.Flags.Unset(0)
tl_chat_gen.go#L652: return c.Flags.Has(0)
tl_chat_gen.go#L658: c.Flags.Set(2)
tl_chat_gen.go#L661: c.Flags.Unset(2)
tl_chat_gen.go#L671: return c.Flags.Has(2)
tl_chat_gen.go#L677: c.Flags.Set(5)
tl_chat_gen.go#L680: c.Flags.Unset(5)
tl_chat_gen.go#L690: return c.Flags.Has(5)
tl_chat_gen.go#L696: c.Flags.Set(23)
tl_chat_gen.go#L699: c.Flags.Unset(23)
tl_chat_gen.go#L709: return c.Flags.Has(23)
tl_chat_gen.go#L715: c.Flags.Set(24)
tl_chat_gen.go#L718: c.Flags.Unset(24)
tl_chat_gen.go#L728: return c.Flags.Has(24)
tl_chat_gen.go#L734: c.Flags.Set(25)
tl_chat_gen.go#L737: c.Flags.Unset(25)
tl_chat_gen.go#L747: return c.Flags.Has(25)
tl_chat_gen.go#L800: c.Flags.Set(6)
tl_chat_gen.go#L810: if !c.Flags.Has(6) {
tl_chat_gen.go#L818: c.Flags.Set(14)
tl_chat_gen.go#L828: if !c.Flags.Has(14) {
tl_chat_gen.go#L836: c.Flags.Set(18)
tl_chat_gen.go#L846: if !c.Flags.Has(18) {
![]() |
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. |