github.com/gotd/td/tg.PhotosUploadProfilePhotoRequest.Flags (field)

40 uses

	github.com/gotd/td/tg (current package)
		tl_photos_upload_profile_photo_gen.go#L44: 	Flags bin.Fields
		tl_photos_upload_profile_photo_gen.go#L96: 	if !(u.Flags.Zero()) {
		tl_photos_upload_profile_photo_gen.go#L188: 			Null:       !u.Flags.Has(3),
		tl_photos_upload_profile_photo_gen.go#L193: 			Null:       !u.Flags.Has(5),
		tl_photos_upload_profile_photo_gen.go#L198: 			Null:       !u.Flags.Has(0),
		tl_photos_upload_profile_photo_gen.go#L203: 			Null:       !u.Flags.Has(1),
		tl_photos_upload_profile_photo_gen.go#L208: 			Null:       !u.Flags.Has(2),
		tl_photos_upload_profile_photo_gen.go#L213: 			Null:       !u.Flags.Has(4),
		tl_photos_upload_profile_photo_gen.go#L222: 		u.Flags.Set(3)
		tl_photos_upload_profile_photo_gen.go#L225: 		u.Flags.Set(5)
		tl_photos_upload_profile_photo_gen.go#L228: 		u.Flags.Set(0)
		tl_photos_upload_profile_photo_gen.go#L231: 		u.Flags.Set(1)
		tl_photos_upload_profile_photo_gen.go#L234: 		u.Flags.Set(2)
		tl_photos_upload_profile_photo_gen.go#L237: 		u.Flags.Set(4)
		tl_photos_upload_profile_photo_gen.go#L256: 	if err := u.Flags.Encode(b); err != nil {
		tl_photos_upload_profile_photo_gen.go#L259: 	if u.Flags.Has(5) {
		tl_photos_upload_profile_photo_gen.go#L267: 	if u.Flags.Has(0) {
		tl_photos_upload_profile_photo_gen.go#L275: 	if u.Flags.Has(1) {
		tl_photos_upload_profile_photo_gen.go#L283: 	if u.Flags.Has(2) {
		tl_photos_upload_profile_photo_gen.go#L286: 	if u.Flags.Has(4) {
		tl_photos_upload_profile_photo_gen.go#L314: 		if err := u.Flags.Decode(b); err != nil {
		tl_photos_upload_profile_photo_gen.go#L318: 	u.Fallback = u.Flags.Has(3)
		tl_photos_upload_profile_photo_gen.go#L319: 	if u.Flags.Has(5) {
		tl_photos_upload_profile_photo_gen.go#L326: 	if u.Flags.Has(0) {
		tl_photos_upload_profile_photo_gen.go#L333: 	if u.Flags.Has(1) {
		tl_photos_upload_profile_photo_gen.go#L340: 	if u.Flags.Has(2) {
		tl_photos_upload_profile_photo_gen.go#L347: 	if u.Flags.Has(4) {
		tl_photos_upload_profile_photo_gen.go#L360: 		u.Flags.Set(3)
		tl_photos_upload_profile_photo_gen.go#L363: 		u.Flags.Unset(3)
		tl_photos_upload_profile_photo_gen.go#L373: 	return u.Flags.Has(3)
		tl_photos_upload_profile_photo_gen.go#L378: 	u.Flags.Set(5)
		tl_photos_upload_profile_photo_gen.go#L388: 	if !u.Flags.Has(5) {
		tl_photos_upload_profile_photo_gen.go#L396: 	u.Flags.Set(0)
		tl_photos_upload_profile_photo_gen.go#L406: 	if !u.Flags.Has(0) {
		tl_photos_upload_profile_photo_gen.go#L414: 	u.Flags.Set(1)
		tl_photos_upload_profile_photo_gen.go#L424: 	if !u.Flags.Has(1) {
		tl_photos_upload_profile_photo_gen.go#L432: 	u.Flags.Set(2)
		tl_photos_upload_profile_photo_gen.go#L442: 	if !u.Flags.Has(2) {
		tl_photos_upload_profile_photo_gen.go#L450: 	u.Flags.Set(4)
		tl_photos_upload_profile_photo_gen.go#L460: 	if !u.Flags.Has(4) {