github.com/gotd/td/tg.CommunityPeer.Flags (field)
16 uses
github.com/gotd/td/tg (current package)
tl_community_peer_gen.go#L39: Flags bin.Fields
tl_community_peer_gen.go#L65: if !(c.Flags.Zero()) {
tl_community_peer_gen.go#L130: Null: !c.Flags.Has(2),
tl_community_peer_gen.go#L135: Null: !c.Flags.Has(0),
tl_community_peer_gen.go#L148: c.Flags.Set(2)
tl_community_peer_gen.go#L151: c.Flags.Set(0)
tl_community_peer_gen.go#L170: if err := c.Flags.Encode(b); err != nil {
tl_community_peer_gen.go#L173: if c.Flags.Has(0) {
tl_community_peer_gen.go#L202: if err := c.Flags.Decode(b); err != nil {
tl_community_peer_gen.go#L206: c.CanViewHistory = c.Flags.Has(2)
tl_community_peer_gen.go#L207: if c.Flags.Has(0) {
tl_community_peer_gen.go#L227: c.Flags.Set(2)
tl_community_peer_gen.go#L230: c.Flags.Unset(2)
tl_community_peer_gen.go#L240: return c.Flags.Has(2)
tl_community_peer_gen.go#L245: c.Flags.Set(0)
tl_community_peer_gen.go#L255: 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. |