github.com/gotd/td/tg.PhoneEditGroupCallParticipantRequest.Flags (field)
40 uses
github.com/gotd/td/tg (current package)
tl_phone_edit_group_call_participant_gen.go#L48: Flags bin.Fields
tl_phone_edit_group_call_participant_gen.go#L94: if !(e.Flags.Zero()) {
tl_phone_edit_group_call_participant_gen.go#L207: Null: !e.Flags.Has(0),
tl_phone_edit_group_call_participant_gen.go#L212: Null: !e.Flags.Has(1),
tl_phone_edit_group_call_participant_gen.go#L217: Null: !e.Flags.Has(2),
tl_phone_edit_group_call_participant_gen.go#L222: Null: !e.Flags.Has(3),
tl_phone_edit_group_call_participant_gen.go#L227: Null: !e.Flags.Has(4),
tl_phone_edit_group_call_participant_gen.go#L232: Null: !e.Flags.Has(5),
tl_phone_edit_group_call_participant_gen.go#L241: e.Flags.Set(0)
tl_phone_edit_group_call_participant_gen.go#L244: e.Flags.Set(1)
tl_phone_edit_group_call_participant_gen.go#L247: e.Flags.Set(2)
tl_phone_edit_group_call_participant_gen.go#L250: e.Flags.Set(3)
tl_phone_edit_group_call_participant_gen.go#L253: e.Flags.Set(4)
tl_phone_edit_group_call_participant_gen.go#L256: e.Flags.Set(5)
tl_phone_edit_group_call_participant_gen.go#L275: if err := e.Flags.Encode(b); err != nil {
tl_phone_edit_group_call_participant_gen.go#L287: if e.Flags.Has(0) {
tl_phone_edit_group_call_participant_gen.go#L290: if e.Flags.Has(1) {
tl_phone_edit_group_call_participant_gen.go#L293: if e.Flags.Has(2) {
tl_phone_edit_group_call_participant_gen.go#L296: if e.Flags.Has(3) {
tl_phone_edit_group_call_participant_gen.go#L299: if e.Flags.Has(4) {
tl_phone_edit_group_call_participant_gen.go#L302: if e.Flags.Has(5) {
tl_phone_edit_group_call_participant_gen.go#L325: if err := e.Flags.Decode(b); err != nil {
tl_phone_edit_group_call_participant_gen.go#L341: if e.Flags.Has(0) {
tl_phone_edit_group_call_participant_gen.go#L348: if e.Flags.Has(1) {
tl_phone_edit_group_call_participant_gen.go#L355: if e.Flags.Has(2) {
tl_phone_edit_group_call_participant_gen.go#L362: if e.Flags.Has(3) {
tl_phone_edit_group_call_participant_gen.go#L369: if e.Flags.Has(4) {
tl_phone_edit_group_call_participant_gen.go#L376: if e.Flags.Has(5) {
tl_phone_edit_group_call_participant_gen.go#L404: e.Flags.Set(0)
tl_phone_edit_group_call_participant_gen.go#L414: if !e.Flags.Has(0) {
tl_phone_edit_group_call_participant_gen.go#L422: e.Flags.Set(1)
tl_phone_edit_group_call_participant_gen.go#L432: if !e.Flags.Has(1) {
tl_phone_edit_group_call_participant_gen.go#L440: e.Flags.Set(2)
tl_phone_edit_group_call_participant_gen.go#L450: if !e.Flags.Has(2) {
tl_phone_edit_group_call_participant_gen.go#L458: e.Flags.Set(3)
tl_phone_edit_group_call_participant_gen.go#L468: if !e.Flags.Has(3) {
tl_phone_edit_group_call_participant_gen.go#L476: e.Flags.Set(4)
tl_phone_edit_group_call_participant_gen.go#L486: if !e.Flags.Has(4) {
tl_phone_edit_group_call_participant_gen.go#L494: e.Flags.Set(5)
tl_phone_edit_group_call_participant_gen.go#L504: if !e.Flags.Has(5) {
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. |