github.com/gotd/td/tg.UserProfilePhoto.Flags (field)
22 uses
github.com/gotd/td/tg (current package)
tl_user_profile_photo_gen.go#L145: Flags bin.Fields
tl_user_profile_photo_gen.go#L190: if !(u.Flags.Zero()) {
tl_user_profile_photo_gen.go#L265: Null: !u.Flags.Has(0),
tl_user_profile_photo_gen.go#L270: Null: !u.Flags.Has(2),
tl_user_profile_photo_gen.go#L279: Null: !u.Flags.Has(1),
tl_user_profile_photo_gen.go#L292: u.Flags.Set(0)
tl_user_profile_photo_gen.go#L295: u.Flags.Set(2)
tl_user_profile_photo_gen.go#L298: u.Flags.Set(1)
tl_user_profile_photo_gen.go#L317: if err := u.Flags.Encode(b); err != nil {
tl_user_profile_photo_gen.go#L321: if u.Flags.Has(1) {
tl_user_profile_photo_gen.go#L345: if err := u.Flags.Decode(b); err != nil {
tl_user_profile_photo_gen.go#L349: u.HasVideo = u.Flags.Has(0)
tl_user_profile_photo_gen.go#L350: u.Personal = u.Flags.Has(2)
tl_user_profile_photo_gen.go#L358: if u.Flags.Has(1) {
tl_user_profile_photo_gen.go#L378: u.Flags.Set(0)
tl_user_profile_photo_gen.go#L381: u.Flags.Unset(0)
tl_user_profile_photo_gen.go#L391: return u.Flags.Has(0)
tl_user_profile_photo_gen.go#L397: u.Flags.Set(2)
tl_user_profile_photo_gen.go#L400: u.Flags.Unset(2)
tl_user_profile_photo_gen.go#L410: return u.Flags.Has(2)
tl_user_profile_photo_gen.go#L423: u.Flags.Set(1)
tl_user_profile_photo_gen.go#L433: if !u.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. |