github.com/gotd/td/tg.ChatlistsEditExportedInviteRequest.Flags (field)
17 uses
github.com/gotd/td/tg (current package)
tl_chatlists_edit_exported_invite_gen.go#L46: Flags bin.Fields
tl_chatlists_edit_exported_invite_gen.go#L79: if !(e.Flags.Zero()) {
tl_chatlists_edit_exported_invite_gen.go#L160: Null: !e.Flags.Has(1),
tl_chatlists_edit_exported_invite_gen.go#L165: Null: !e.Flags.Has(2),
tl_chatlists_edit_exported_invite_gen.go#L174: e.Flags.Set(1)
tl_chatlists_edit_exported_invite_gen.go#L177: e.Flags.Set(2)
tl_chatlists_edit_exported_invite_gen.go#L196: if err := e.Flags.Encode(b); err != nil {
tl_chatlists_edit_exported_invite_gen.go#L203: if e.Flags.Has(1) {
tl_chatlists_edit_exported_invite_gen.go#L206: if e.Flags.Has(2) {
tl_chatlists_edit_exported_invite_gen.go#L237: if err := e.Flags.Decode(b); err != nil {
tl_chatlists_edit_exported_invite_gen.go#L253: if e.Flags.Has(1) {
tl_chatlists_edit_exported_invite_gen.go#L260: if e.Flags.Has(2) {
tl_chatlists_edit_exported_invite_gen.go#L298: e.Flags.Set(1)
tl_chatlists_edit_exported_invite_gen.go#L308: if !e.Flags.Has(1) {
tl_chatlists_edit_exported_invite_gen.go#L316: e.Flags.Set(2)
tl_chatlists_edit_exported_invite_gen.go#L326: if !e.Flags.Has(2) {
tl_chatlists_edit_exported_invite_gen.go#L334: if !e.Flags.Has(2) {
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. |