type github.com/gotd/td/tg.UserProfilePhoto

50 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L3673: 		UserProfilePhotoTypeID:                                   func() bin.Object { return &UserProfilePhoto{} },
		tl_user_profile_photo_gen.go#L140: type UserProfilePhoto struct {
		tl_user_profile_photo_gen.go#L174: func (u UserProfilePhoto) construct() UserProfilePhotoClass { return &u }
		tl_user_profile_photo_gen.go#L178: 	_ bin.Encoder     = &UserProfilePhoto{}
		tl_user_profile_photo_gen.go#L179: 	_ bin.Decoder     = &UserProfilePhoto{}
		tl_user_profile_photo_gen.go#L180: 	_ bin.BareEncoder = &UserProfilePhoto{}
		tl_user_profile_photo_gen.go#L181: 	_ bin.BareDecoder = &UserProfilePhoto{}
		tl_user_profile_photo_gen.go#L183: 	_ UserProfilePhotoClass = &UserProfilePhoto{}
		tl_user_profile_photo_gen.go#L186: func (u *UserProfilePhoto) Zero() bool {
		tl_user_profile_photo_gen.go#L213: func (u *UserProfilePhoto) String() string {
		tl_user_profile_photo_gen.go#L217: 	type Alias UserProfilePhoto
		tl_user_profile_photo_gen.go#L222: func (u *UserProfilePhoto) FillFrom(from interface {
		tl_user_profile_photo_gen.go#L242: func (*UserProfilePhoto) TypeID() uint32 {
		tl_user_profile_photo_gen.go#L247: func (*UserProfilePhoto) TypeName() string {
		tl_user_profile_photo_gen.go#L252: func (u *UserProfilePhoto) TypeInfo() tdp.Type {
		tl_user_profile_photo_gen.go#L290: func (u *UserProfilePhoto) SetFlags() {
		tl_user_profile_photo_gen.go#L303: func (u *UserProfilePhoto) Encode(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L312: func (u *UserProfilePhoto) EncodeBare(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L329: func (u *UserProfilePhoto) Decode(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L340: func (u *UserProfilePhoto) DecodeBare(b *bin.Buffer) error {
		tl_user_profile_photo_gen.go#L376: func (u *UserProfilePhoto) SetHasVideo(value bool) {
		tl_user_profile_photo_gen.go#L387: func (u *UserProfilePhoto) GetHasVideo() (value bool) {
		tl_user_profile_photo_gen.go#L395: func (u *UserProfilePhoto) SetPersonal(value bool) {
		tl_user_profile_photo_gen.go#L406: func (u *UserProfilePhoto) GetPersonal() (value bool) {
		tl_user_profile_photo_gen.go#L414: func (u *UserProfilePhoto) GetPhotoID() (value int64) {
		tl_user_profile_photo_gen.go#L422: func (u *UserProfilePhoto) SetStrippedThumb(value []byte) {
		tl_user_profile_photo_gen.go#L429: func (u *UserProfilePhoto) GetStrippedThumb() (value []byte, ok bool) {
		tl_user_profile_photo_gen.go#L440: func (u *UserProfilePhoto) GetDCID() (value int) {
		tl_user_profile_photo_gen.go#L484: 	AsNotEmpty() (*UserProfilePhoto, bool)
		tl_user_profile_photo_gen.go#L488: func (u *UserProfilePhotoEmpty) AsNotEmpty() (*UserProfilePhoto, bool) {
		tl_user_profile_photo_gen.go#L493: func (u *UserProfilePhoto) AsNotEmpty() (*UserProfilePhoto, bool) {
		tl_user_profile_photo_gen.go#L513: 		v := UserProfilePhoto{}
		tl_user_profile_photo_slices_gen.go#L122: 		value, ok := elem.(*UserProfilePhoto)
		tl_user_profile_photo_slices_gen.go#L134: func (s UserProfilePhotoClassArray) AppendOnlyNotEmpty(to []*UserProfilePhoto) []*UserProfilePhoto {
		tl_user_profile_photo_slices_gen.go#L147: func (s UserProfilePhotoClassArray) AsNotEmpty() (to []*UserProfilePhoto) {
		tl_user_profile_photo_slices_gen.go#L152: func (s UserProfilePhotoClassArray) FirstAsNotEmpty() (v *UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L161: func (s UserProfilePhotoClassArray) LastAsNotEmpty() (v *UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L170: func (s *UserProfilePhotoClassArray) PopFirstAsNotEmpty() (v *UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L179: func (s *UserProfilePhotoClassArray) PopAsNotEmpty() (v *UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L188: type UserProfilePhotoArray []UserProfilePhoto
		tl_user_profile_photo_slices_gen.go#L191: func (s UserProfilePhotoArray) Sort(less func(a, b UserProfilePhoto) bool) UserProfilePhotoArray {
		tl_user_profile_photo_slices_gen.go#L199: func (s UserProfilePhotoArray) SortStable(less func(a, b UserProfilePhoto) bool) UserProfilePhotoArray {
		tl_user_profile_photo_slices_gen.go#L207: func (s UserProfilePhotoArray) Retain(keep func(x UserProfilePhoto) bool) UserProfilePhotoArray {
		tl_user_profile_photo_slices_gen.go#L221: func (s UserProfilePhotoArray) First() (v UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L229: func (s UserProfilePhotoArray) Last() (v UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L237: func (s *UserProfilePhotoArray) PopFirst() (v UserProfilePhoto, ok bool) {
		tl_user_profile_photo_slices_gen.go#L247: 	var zero UserProfilePhoto
		tl_user_profile_photo_slices_gen.go#L256: func (s *UserProfilePhotoArray) Pop() (v UserProfilePhoto, ok bool) {