github.com/gotd/td/tg.InputWebFileAudioAlbumThumbLocation.Flags (field)
28 uses
github.com/gotd/td/tg (current package)
tl_input_web_file_location_gen.go#L496: Flags bin.Fields
tl_input_web_file_location_gen.go#L536: if !(i.Flags.Zero()) {
tl_input_web_file_location_gen.go#L612: Null: !i.Flags.Has(2),
tl_input_web_file_location_gen.go#L617: Null: !i.Flags.Has(0),
tl_input_web_file_location_gen.go#L622: Null: !i.Flags.Has(1),
tl_input_web_file_location_gen.go#L627: Null: !i.Flags.Has(1),
tl_input_web_file_location_gen.go#L636: i.Flags.Set(2)
tl_input_web_file_location_gen.go#L639: i.Flags.Set(0)
tl_input_web_file_location_gen.go#L642: i.Flags.Set(1)
tl_input_web_file_location_gen.go#L645: i.Flags.Set(1)
tl_input_web_file_location_gen.go#L664: if err := i.Flags.Encode(b); err != nil {
tl_input_web_file_location_gen.go#L667: if i.Flags.Has(0) {
tl_input_web_file_location_gen.go#L675: if i.Flags.Has(1) {
tl_input_web_file_location_gen.go#L678: if i.Flags.Has(1) {
tl_input_web_file_location_gen.go#L701: if err := i.Flags.Decode(b); err != nil {
tl_input_web_file_location_gen.go#L705: i.Small = i.Flags.Has(2)
tl_input_web_file_location_gen.go#L706: if i.Flags.Has(0) {
tl_input_web_file_location_gen.go#L713: if i.Flags.Has(1) {
tl_input_web_file_location_gen.go#L720: if i.Flags.Has(1) {
tl_input_web_file_location_gen.go#L733: i.Flags.Set(2)
tl_input_web_file_location_gen.go#L736: i.Flags.Unset(2)
tl_input_web_file_location_gen.go#L746: return i.Flags.Has(2)
tl_input_web_file_location_gen.go#L751: i.Flags.Set(0)
tl_input_web_file_location_gen.go#L761: if !i.Flags.Has(0) {
tl_input_web_file_location_gen.go#L769: i.Flags.Set(1)
tl_input_web_file_location_gen.go#L779: if !i.Flags.Has(1) {
tl_input_web_file_location_gen.go#L787: i.Flags.Set(1)
tl_input_web_file_location_gen.go#L797: if !i.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. |