github.com/gotd/td/tg.Community.Flags (field)
40 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3930: Flags bin.Fields
tl_chat_gen.go#L3983: if !(c.Flags.Zero()) {
tl_chat_gen.go#L4097: Null: !c.Flags.Has(0),
tl_chat_gen.go#L4102: Null: !c.Flags.Has(2),
tl_chat_gen.go#L4107: Null: !c.Flags.Has(12),
tl_chat_gen.go#L4121: Null: !c.Flags.Has(13),
tl_chat_gen.go#L4138: Null: !c.Flags.Has(14),
tl_chat_gen.go#L4143: Null: !c.Flags.Has(18),
tl_chat_gen.go#L4152: c.Flags.Set(0)
tl_chat_gen.go#L4155: c.Flags.Set(2)
tl_chat_gen.go#L4158: c.Flags.Set(12)
tl_chat_gen.go#L4164: c.Flags.Set(13)
tl_chat_gen.go#L4167: c.Flags.Set(14)
tl_chat_gen.go#L4170: c.Flags.Set(18)
tl_chat_gen.go#L4189: if err := c.Flags.Encode(b); err != nil {
tl_chat_gen.go#L4196: if c.Flags.Has(13) {
tl_chat_gen.go#L4207: if c.Flags.Has(14) {
tl_chat_gen.go#L4212: if c.Flags.Has(18) {
tl_chat_gen.go#L4237: if err := c.Flags.Decode(b); err != nil {
tl_chat_gen.go#L4241: c.Creator = c.Flags.Has(0)
tl_chat_gen.go#L4242: c.Left = c.Flags.Has(2)
tl_chat_gen.go#L4243: c.Min = c.Flags.Has(12)
tl_chat_gen.go#L4257: if c.Flags.Has(13) {
tl_chat_gen.go#L4285: if c.Flags.Has(14) {
tl_chat_gen.go#L4290: if c.Flags.Has(18) {
tl_chat_gen.go#L4301: c.Flags.Set(0)
tl_chat_gen.go#L4304: c.Flags.Unset(0)
tl_chat_gen.go#L4314: return c.Flags.Has(0)
tl_chat_gen.go#L4320: c.Flags.Set(2)
tl_chat_gen.go#L4323: c.Flags.Unset(2)
tl_chat_gen.go#L4333: return c.Flags.Has(2)
tl_chat_gen.go#L4339: c.Flags.Set(12)
tl_chat_gen.go#L4342: c.Flags.Unset(12)
tl_chat_gen.go#L4352: return c.Flags.Has(12)
tl_chat_gen.go#L4384: c.Flags.Set(13)
tl_chat_gen.go#L4394: if !c.Flags.Has(13) {
tl_chat_gen.go#L4426: c.Flags.Set(14)
tl_chat_gen.go#L4436: if !c.Flags.Has(14) {
tl_chat_gen.go#L4444: c.Flags.Set(18)
tl_chat_gen.go#L4454: 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. |