github.com/gotd/td/tg.MessagesDeletePhoneCallHistoryRequest.Flags (field)
10 uses
github.com/gotd/td/tg (current package)
tl_messages_delete_phone_call_history_gen.go#L43: Flags bin.Fields
tl_messages_delete_phone_call_history_gen.go#L63: if !(d.Flags.Zero()) {
tl_messages_delete_phone_call_history_gen.go#L115: Null: !d.Flags.Has(0),
tl_messages_delete_phone_call_history_gen.go#L124: d.Flags.Set(0)
tl_messages_delete_phone_call_history_gen.go#L143: if err := d.Flags.Encode(b); err != nil {
tl_messages_delete_phone_call_history_gen.go#L166: if err := d.Flags.Decode(b); err != nil {
tl_messages_delete_phone_call_history_gen.go#L170: d.Revoke = d.Flags.Has(0)
tl_messages_delete_phone_call_history_gen.go#L177: d.Flags.Set(0)
tl_messages_delete_phone_call_history_gen.go#L180: d.Flags.Unset(0)
tl_messages_delete_phone_call_history_gen.go#L190: return d.Flags.Has(0)
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. |