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

30 uses

	github.com/gotd/td/tg (current package)
		tl_photos_photo_gen.go#L38: type PhotosPhoto struct {
		tl_photos_photo_gen.go#L50: 	_ bin.Encoder     = &PhotosPhoto{}
		tl_photos_photo_gen.go#L51: 	_ bin.Decoder     = &PhotosPhoto{}
		tl_photos_photo_gen.go#L52: 	_ bin.BareEncoder = &PhotosPhoto{}
		tl_photos_photo_gen.go#L53: 	_ bin.BareDecoder = &PhotosPhoto{}
		tl_photos_photo_gen.go#L56: func (p *PhotosPhoto) Zero() bool {
		tl_photos_photo_gen.go#L71: func (p *PhotosPhoto) String() string {
		tl_photos_photo_gen.go#L75: 	type Alias PhotosPhoto
		tl_photos_photo_gen.go#L80: func (p *PhotosPhoto) FillFrom(from interface {
		tl_photos_photo_gen.go#L91: func (*PhotosPhoto) TypeID() uint32 {
		tl_photos_photo_gen.go#L96: func (*PhotosPhoto) TypeName() string {
		tl_photos_photo_gen.go#L101: func (p *PhotosPhoto) TypeInfo() tdp.Type {
		tl_photos_photo_gen.go#L124: func (p *PhotosPhoto) Encode(b *bin.Buffer) error {
		tl_photos_photo_gen.go#L133: func (p *PhotosPhoto) EncodeBare(b *bin.Buffer) error {
		tl_photos_photo_gen.go#L156: func (p *PhotosPhoto) Decode(b *bin.Buffer) error {
		tl_photos_photo_gen.go#L167: func (p *PhotosPhoto) DecodeBare(b *bin.Buffer) error {
		tl_photos_photo_gen.go#L199: func (p *PhotosPhoto) GetPhoto() (value PhotoClass) {
		tl_photos_photo_gen.go#L207: func (p *PhotosPhoto) GetUsers() (value []UserClass) {
		tl_photos_photo_gen.go#L215: func (p *PhotosPhoto) GetPhotoAsNotEmpty() (*Photo, bool) {
		tl_photos_photo_gen.go#L220: func (p *PhotosPhoto) MapUsers() (value UserClassArray) {
		tl_photos_update_profile_photo_gen.go#L300: func (c *Client) PhotosUpdateProfilePhoto(ctx context.Context, request *PhotosUpdateProfilePhotoRequest) (*PhotosPhoto, error) {
		tl_photos_update_profile_photo_gen.go#L301: 	var result PhotosPhoto
		tl_photos_upload_contact_profile_photo_gen.go#L501: func (c *Client) PhotosUploadContactProfilePhoto(ctx context.Context, request *PhotosUploadContactProfilePhotoRequest) (*PhotosPhoto, error) {
		tl_photos_upload_contact_profile_photo_gen.go#L502: 	var result PhotosPhoto
		tl_photos_upload_profile_photo_gen.go#L487: func (c *Client) PhotosUploadProfilePhoto(ctx context.Context, request *PhotosUploadProfilePhotoRequest) (*PhotosPhoto, error) {
		tl_photos_upload_profile_photo_gen.go#L488: 	var result PhotosPhoto
		tl_registry_gen.go#L3964: 		PhotosPhotoTypeID:                                        func() bin.Object { return &PhotosPhoto{} },
		tl_server_gen.go#L6133: func (s *ServerDispatcher) OnPhotosUpdateProfilePhoto(f func(ctx context.Context, request *PhotosUpdateProfilePhotoRequest) (*PhotosPhoto, error)) {
		tl_server_gen.go#L6150: func (s *ServerDispatcher) OnPhotosUploadProfilePhoto(f func(ctx context.Context, request *PhotosUploadProfilePhotoRequest) (*PhotosPhoto, error)) {
		tl_server_gen.go#L6201: func (s *ServerDispatcher) OnPhotosUploadContactProfilePhoto(f func(ctx context.Context, request *PhotosUploadContactProfilePhotoRequest) (*PhotosPhoto, error)) {