github.com/gotd/td/tg.PhotosUploadContactProfilePhotoRequest.Flags (field)
40 uses
github.com/gotd/td/tg (current package)
tl_photos_upload_contact_profile_photo_gen.go#L45: Flags bin.Fields
tl_photos_upload_contact_profile_photo_gen.go#L106: if !(u.Flags.Zero()) {
tl_photos_upload_contact_profile_photo_gen.go#L200: Null: !u.Flags.Has(3),
tl_photos_upload_contact_profile_photo_gen.go#L205: Null: !u.Flags.Has(4),
tl_photos_upload_contact_profile_photo_gen.go#L214: Null: !u.Flags.Has(0),
tl_photos_upload_contact_profile_photo_gen.go#L219: Null: !u.Flags.Has(1),
tl_photos_upload_contact_profile_photo_gen.go#L224: Null: !u.Flags.Has(2),
tl_photos_upload_contact_profile_photo_gen.go#L229: Null: !u.Flags.Has(5),
tl_photos_upload_contact_profile_photo_gen.go#L238: u.Flags.Set(3)
tl_photos_upload_contact_profile_photo_gen.go#L241: u.Flags.Set(4)
tl_photos_upload_contact_profile_photo_gen.go#L244: u.Flags.Set(0)
tl_photos_upload_contact_profile_photo_gen.go#L247: u.Flags.Set(1)
tl_photos_upload_contact_profile_photo_gen.go#L250: u.Flags.Set(2)
tl_photos_upload_contact_profile_photo_gen.go#L253: u.Flags.Set(5)
tl_photos_upload_contact_profile_photo_gen.go#L272: if err := u.Flags.Encode(b); err != nil {
tl_photos_upload_contact_profile_photo_gen.go#L281: if u.Flags.Has(0) {
tl_photos_upload_contact_profile_photo_gen.go#L289: if u.Flags.Has(1) {
tl_photos_upload_contact_profile_photo_gen.go#L297: if u.Flags.Has(2) {
tl_photos_upload_contact_profile_photo_gen.go#L300: if u.Flags.Has(5) {
tl_photos_upload_contact_profile_photo_gen.go#L328: if err := u.Flags.Decode(b); err != nil {
tl_photos_upload_contact_profile_photo_gen.go#L332: u.Suggest = u.Flags.Has(3)
tl_photos_upload_contact_profile_photo_gen.go#L333: u.Save = u.Flags.Has(4)
tl_photos_upload_contact_profile_photo_gen.go#L341: if u.Flags.Has(0) {
tl_photos_upload_contact_profile_photo_gen.go#L348: if u.Flags.Has(1) {
tl_photos_upload_contact_profile_photo_gen.go#L355: if u.Flags.Has(2) {
tl_photos_upload_contact_profile_photo_gen.go#L362: if u.Flags.Has(5) {
tl_photos_upload_contact_profile_photo_gen.go#L375: u.Flags.Set(3)
tl_photos_upload_contact_profile_photo_gen.go#L378: u.Flags.Unset(3)
tl_photos_upload_contact_profile_photo_gen.go#L388: return u.Flags.Has(3)
tl_photos_upload_contact_profile_photo_gen.go#L394: u.Flags.Set(4)
tl_photos_upload_contact_profile_photo_gen.go#L397: u.Flags.Unset(4)
tl_photos_upload_contact_profile_photo_gen.go#L407: return u.Flags.Has(4)
tl_photos_upload_contact_profile_photo_gen.go#L420: u.Flags.Set(0)
tl_photos_upload_contact_profile_photo_gen.go#L430: if !u.Flags.Has(0) {
tl_photos_upload_contact_profile_photo_gen.go#L438: u.Flags.Set(1)
tl_photos_upload_contact_profile_photo_gen.go#L448: if !u.Flags.Has(1) {
tl_photos_upload_contact_profile_photo_gen.go#L456: u.Flags.Set(2)
tl_photos_upload_contact_profile_photo_gen.go#L466: if !u.Flags.Has(2) {
tl_photos_upload_contact_profile_photo_gen.go#L474: u.Flags.Set(5)
tl_photos_upload_contact_profile_photo_gen.go#L484: if !u.Flags.Has(5) {
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. |