github.com/gotd/td/tg.ChatInviteExported.Flags (field)
58 uses
github.com/gotd/td/tg (current package)
tl_exported_chat_invite_gen.go#L43: Flags bin.Fields
tl_exported_chat_invite_gen.go#L103: if !(c.Flags.Zero()) {
tl_exported_chat_invite_gen.go#L228: Null: !c.Flags.Has(0),
tl_exported_chat_invite_gen.go#L233: Null: !c.Flags.Has(5),
tl_exported_chat_invite_gen.go#L238: Null: !c.Flags.Has(6),
tl_exported_chat_invite_gen.go#L255: Null: !c.Flags.Has(4),
tl_exported_chat_invite_gen.go#L260: Null: !c.Flags.Has(1),
tl_exported_chat_invite_gen.go#L265: Null: !c.Flags.Has(2),
tl_exported_chat_invite_gen.go#L270: Null: !c.Flags.Has(3),
tl_exported_chat_invite_gen.go#L275: Null: !c.Flags.Has(7),
tl_exported_chat_invite_gen.go#L280: Null: !c.Flags.Has(8),
tl_exported_chat_invite_gen.go#L289: c.Flags.Set(0)
tl_exported_chat_invite_gen.go#L292: c.Flags.Set(5)
tl_exported_chat_invite_gen.go#L295: c.Flags.Set(6)
tl_exported_chat_invite_gen.go#L298: c.Flags.Set(4)
tl_exported_chat_invite_gen.go#L301: c.Flags.Set(1)
tl_exported_chat_invite_gen.go#L304: c.Flags.Set(2)
tl_exported_chat_invite_gen.go#L307: c.Flags.Set(3)
tl_exported_chat_invite_gen.go#L310: c.Flags.Set(7)
tl_exported_chat_invite_gen.go#L313: c.Flags.Set(8)
tl_exported_chat_invite_gen.go#L332: if err := c.Flags.Encode(b); err != nil {
tl_exported_chat_invite_gen.go#L338: if c.Flags.Has(4) {
tl_exported_chat_invite_gen.go#L341: if c.Flags.Has(1) {
tl_exported_chat_invite_gen.go#L344: if c.Flags.Has(2) {
tl_exported_chat_invite_gen.go#L347: if c.Flags.Has(3) {
tl_exported_chat_invite_gen.go#L350: if c.Flags.Has(7) {
tl_exported_chat_invite_gen.go#L353: if c.Flags.Has(8) {
tl_exported_chat_invite_gen.go#L376: if err := c.Flags.Decode(b); err != nil {
tl_exported_chat_invite_gen.go#L380: c.Revoked = c.Flags.Has(0)
tl_exported_chat_invite_gen.go#L381: c.Permanent = c.Flags.Has(5)
tl_exported_chat_invite_gen.go#L382: c.RequestNeeded = c.Flags.Has(6)
tl_exported_chat_invite_gen.go#L404: if c.Flags.Has(4) {
tl_exported_chat_invite_gen.go#L411: if c.Flags.Has(1) {
tl_exported_chat_invite_gen.go#L418: if c.Flags.Has(2) {
tl_exported_chat_invite_gen.go#L425: if c.Flags.Has(3) {
tl_exported_chat_invite_gen.go#L432: if c.Flags.Has(7) {
tl_exported_chat_invite_gen.go#L439: if c.Flags.Has(8) {
tl_exported_chat_invite_gen.go#L452: c.Flags.Set(0)
tl_exported_chat_invite_gen.go#L455: c.Flags.Unset(0)
tl_exported_chat_invite_gen.go#L465: return c.Flags.Has(0)
tl_exported_chat_invite_gen.go#L471: c.Flags.Set(5)
tl_exported_chat_invite_gen.go#L474: c.Flags.Unset(5)
tl_exported_chat_invite_gen.go#L484: return c.Flags.Has(5)
tl_exported_chat_invite_gen.go#L490: c.Flags.Set(6)
tl_exported_chat_invite_gen.go#L493: c.Flags.Unset(6)
tl_exported_chat_invite_gen.go#L503: return c.Flags.Has(6)
tl_exported_chat_invite_gen.go#L532: c.Flags.Set(4)
tl_exported_chat_invite_gen.go#L542: if !c.Flags.Has(4) {
tl_exported_chat_invite_gen.go#L550: c.Flags.Set(1)
tl_exported_chat_invite_gen.go#L560: if !c.Flags.Has(1) {
tl_exported_chat_invite_gen.go#L568: c.Flags.Set(2)
tl_exported_chat_invite_gen.go#L578: if !c.Flags.Has(2) {
tl_exported_chat_invite_gen.go#L586: c.Flags.Set(3)
tl_exported_chat_invite_gen.go#L596: if !c.Flags.Has(3) {
tl_exported_chat_invite_gen.go#L604: c.Flags.Set(7)
tl_exported_chat_invite_gen.go#L614: if !c.Flags.Has(7) {
tl_exported_chat_invite_gen.go#L622: c.Flags.Set(8)
tl_exported_chat_invite_gen.go#L632: if !c.Flags.Has(8) {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |