github.com/gotd/td/tg.Community.Flags2 (field)
10 uses
github.com/gotd/td/tg (current package)
tl_chat_gen.go#L3938: Flags2 bin.Fields
tl_chat_gen.go#L3995: if !(c.Flags2.Zero()) {
tl_chat_gen.go#L4112: Null: !c.Flags2.Has(20),
tl_chat_gen.go#L4161: c.Flags2.Set(20)
tl_chat_gen.go#L4192: if err := c.Flags2.Encode(b); err != nil {
tl_chat_gen.go#L4245: if err := c.Flags2.Decode(b); err != nil {
tl_chat_gen.go#L4249: c.CollapsedInDialogs = c.Flags2.Has(20)
tl_chat_gen.go#L4358: c.Flags2.Set(20)
tl_chat_gen.go#L4361: c.Flags2.Unset(20)
tl_chat_gen.go#L4371: return c.Flags2.Has(20)
![]() |
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. |