github.com/gotd/td/tg.PhoneCreateGroupCallRequest.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_phone_create_group_call_gen.go#L43: Flags bin.Fields
tl_phone_create_group_call_gen.go#L83: if !(c.Flags.Zero()) {
tl_phone_create_group_call_gen.go#L161: Null: !c.Flags.Has(2),
tl_phone_create_group_call_gen.go#L174: Null: !c.Flags.Has(0),
tl_phone_create_group_call_gen.go#L179: Null: !c.Flags.Has(1),
tl_phone_create_group_call_gen.go#L188: c.Flags.Set(2)
tl_phone_create_group_call_gen.go#L191: c.Flags.Set(0)
tl_phone_create_group_call_gen.go#L194: c.Flags.Set(1)
tl_phone_create_group_call_gen.go#L213: if err := c.Flags.Encode(b); err != nil {
tl_phone_create_group_call_gen.go#L223: if c.Flags.Has(0) {
tl_phone_create_group_call_gen.go#L226: if c.Flags.Has(1) {
tl_phone_create_group_call_gen.go#L249: if err := c.Flags.Decode(b); err != nil {
tl_phone_create_group_call_gen.go#L253: c.RtmpStream = c.Flags.Has(2)
tl_phone_create_group_call_gen.go#L268: if c.Flags.Has(0) {
tl_phone_create_group_call_gen.go#L275: if c.Flags.Has(1) {
tl_phone_create_group_call_gen.go#L288: c.Flags.Set(2)
tl_phone_create_group_call_gen.go#L291: c.Flags.Unset(2)
tl_phone_create_group_call_gen.go#L301: return c.Flags.Has(2)
tl_phone_create_group_call_gen.go#L322: c.Flags.Set(0)
tl_phone_create_group_call_gen.go#L332: if !c.Flags.Has(0) {
tl_phone_create_group_call_gen.go#L340: c.Flags.Set(1)
tl_phone_create_group_call_gen.go#L350: if !c.Flags.Has(1) {
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. |