github.com/gotd/td/tg.CommunityFull.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_chat_full_gen.go#L4229: Flags bin.Fields
tl_chat_full_gen.go#L4272: if !(c.Flags.Zero()) {
tl_chat_full_gen.go#L4379: Null: !c.Flags.Has(1),
tl_chat_full_gen.go#L4384: Null: !c.Flags.Has(2),
tl_chat_full_gen.go#L4389: Null: !c.Flags.Has(0),
tl_chat_full_gen.go#L4398: c.Flags.Set(1)
tl_chat_full_gen.go#L4401: c.Flags.Set(2)
tl_chat_full_gen.go#L4404: c.Flags.Set(0)
tl_chat_full_gen.go#L4423: if err := c.Flags.Encode(b); err != nil {
tl_chat_full_gen.go#L4440: if c.Flags.Has(1) {
tl_chat_full_gen.go#L4443: if c.Flags.Has(2) {
tl_chat_full_gen.go#L4446: if c.Flags.Has(0) {
tl_chat_full_gen.go#L4469: if err := c.Flags.Decode(b); err != nil {
tl_chat_full_gen.go#L4511: if c.Flags.Has(1) {
tl_chat_full_gen.go#L4518: if c.Flags.Has(2) {
tl_chat_full_gen.go#L4525: if c.Flags.Has(0) {
tl_chat_full_gen.go#L4569: c.Flags.Set(1)
tl_chat_full_gen.go#L4579: if !c.Flags.Has(1) {
tl_chat_full_gen.go#L4587: c.Flags.Set(2)
tl_chat_full_gen.go#L4597: if !c.Flags.Has(2) {
tl_chat_full_gen.go#L4605: c.Flags.Set(0)
tl_chat_full_gen.go#L4615: if !c.Flags.Has(0) {
![]() |
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. |