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

21 uses

	github.com/gotd/td/tg (current package)
		tl_user_gen.go#L270: 	Photo UserProfilePhotoClass
		tl_user_gen.go#L514: 	GetPhoto() (value UserProfilePhotoClass, ok bool)
		tl_user_gen.go#L1759: func (u *User) SetPhoto(value UserProfilePhotoClass) {
		tl_user_gen.go#L1766: func (u *User) GetPhoto() (value UserProfilePhotoClass, ok bool) {
		tl_user_profile_photo_gen.go#L45: func (u UserProfilePhotoEmpty) construct() UserProfilePhotoClass { return &u }
		tl_user_profile_photo_gen.go#L54: 	_ UserProfilePhotoClass = &UserProfilePhotoEmpty{}
		tl_user_profile_photo_gen.go#L174: func (u UserProfilePhoto) construct() UserProfilePhotoClass { return &u }
		tl_user_profile_photo_gen.go#L183: 	_ UserProfilePhotoClass = &UserProfilePhoto{}
		tl_user_profile_photo_gen.go#L465: type UserProfilePhotoClass interface {
		tl_user_profile_photo_gen.go#L470: 	construct() UserProfilePhotoClass
		tl_user_profile_photo_gen.go#L498: func DecodeUserProfilePhoto(buf *bin.Buffer) (UserProfilePhotoClass, error) {
		tl_user_profile_photo_gen.go#L525: 	UserProfilePhoto UserProfilePhotoClass
		tl_user_profile_photo_slices_gen.go#L38: type UserProfilePhotoClassArray []UserProfilePhotoClass
		tl_user_profile_photo_slices_gen.go#L41: func (s UserProfilePhotoClassArray) Sort(less func(a, b UserProfilePhotoClass) bool) UserProfilePhotoClassArray {
		tl_user_profile_photo_slices_gen.go#L49: func (s UserProfilePhotoClassArray) SortStable(less func(a, b UserProfilePhotoClass) bool) UserProfilePhotoClassArray {
		tl_user_profile_photo_slices_gen.go#L57: func (s UserProfilePhotoClassArray) Retain(keep func(x UserProfilePhotoClass) bool) UserProfilePhotoClassArray {
		tl_user_profile_photo_slices_gen.go#L71: func (s UserProfilePhotoClassArray) First() (v UserProfilePhotoClass, ok bool) {
		tl_user_profile_photo_slices_gen.go#L79: func (s UserProfilePhotoClassArray) Last() (v UserProfilePhotoClass, ok bool) {
		tl_user_profile_photo_slices_gen.go#L87: func (s *UserProfilePhotoClassArray) PopFirst() (v UserProfilePhotoClass, ok bool) {
		tl_user_profile_photo_slices_gen.go#L97: 	var zero UserProfilePhotoClass
		tl_user_profile_photo_slices_gen.go#L106: func (s *UserProfilePhotoClassArray) Pop() (v UserProfilePhotoClass, ok bool) {