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#L49: Flags bin.Fields
tl_phone_edit_group_call_participant_gen.go#L95: if !(e.Flags.Zero()) {
tl_phone_edit_group_call_participant_gen.go#L208: Null: !e.Flags.Has(0),
tl_phone_edit_group_call_participant_gen.go#L213: Null: !e.Flags.Has(1),
tl_phone_edit_group_call_participant_gen.go#L218: Null: !e.Flags.Has(2),
tl_phone_edit_group_call_participant_gen.go#L223: Null: !e.Flags.Has(3),
tl_phone_edit_group_call_participant_gen.go#L228: Null: !e.Flags.Has(4),
tl_phone_edit_group_call_participant_gen.go#L233: Null: !e.Flags.Has(5),
tl_phone_edit_group_call_participant_gen.go#L242: e.Flags.Set(0)
tl_phone_edit_group_call_participant_gen.go#L245: e.Flags.Set(1)
tl_phone_edit_group_call_participant_gen.go#L248: e.Flags.Set(2)
tl_phone_edit_group_call_participant_gen.go#L251: e.Flags.Set(3)
tl_phone_edit_group_call_participant_gen.go#L254: e.Flags.Set(4)
tl_phone_edit_group_call_participant_gen.go#L257: e.Flags.Set(5)
tl_phone_edit_group_call_participant_gen.go#L276: if err := e.Flags.Encode(b); err != nil {
tl_phone_edit_group_call_participant_gen.go#L291: if e.Flags.Has(0) {
tl_phone_edit_group_call_participant_gen.go#L294: if e.Flags.Has(1) {
tl_phone_edit_group_call_participant_gen.go#L297: if e.Flags.Has(2) {
tl_phone_edit_group_call_participant_gen.go#L300: if e.Flags.Has(3) {
tl_phone_edit_group_call_participant_gen.go#L303: if e.Flags.Has(4) {
tl_phone_edit_group_call_participant_gen.go#L306: if e.Flags.Has(5) {
tl_phone_edit_group_call_participant_gen.go#L329: if err := e.Flags.Decode(b); err != nil {
tl_phone_edit_group_call_participant_gen.go#L347: if e.Flags.Has(0) {
tl_phone_edit_group_call_participant_gen.go#L354: if e.Flags.Has(1) {
tl_phone_edit_group_call_participant_gen.go#L361: if e.Flags.Has(2) {
tl_phone_edit_group_call_participant_gen.go#L368: if e.Flags.Has(3) {
tl_phone_edit_group_call_participant_gen.go#L375: if e.Flags.Has(4) {
tl_phone_edit_group_call_participant_gen.go#L382: if e.Flags.Has(5) {
tl_phone_edit_group_call_participant_gen.go#L410: e.Flags.Set(0)
tl_phone_edit_group_call_participant_gen.go#L420: if !e.Flags.Has(0) {
tl_phone_edit_group_call_participant_gen.go#L428: e.Flags.Set(1)
tl_phone_edit_group_call_participant_gen.go#L438: if !e.Flags.Has(1) {
tl_phone_edit_group_call_participant_gen.go#L446: e.Flags.Set(2)
tl_phone_edit_group_call_participant_gen.go#L456: if !e.Flags.Has(2) {
tl_phone_edit_group_call_participant_gen.go#L464: e.Flags.Set(3)
tl_phone_edit_group_call_participant_gen.go#L474: if !e.Flags.Has(3) {
tl_phone_edit_group_call_participant_gen.go#L482: e.Flags.Set(4)
tl_phone_edit_group_call_participant_gen.go#L492: if !e.Flags.Has(4) {
tl_phone_edit_group_call_participant_gen.go#L500: e.Flags.Set(5)
tl_phone_edit_group_call_participant_gen.go#L510: if !e.Flags.Has(5) {
![]() |
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. |