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

35 uses

	github.com/gotd/td/tg (current package)
		tl_photo_size_gen.go#L395: type PhotoCachedSize struct {
		tl_photo_size_gen.go#L410: func (p PhotoCachedSize) construct() PhotoSizeClass { return &p }
		tl_photo_size_gen.go#L414: 	_ bin.Encoder     = &PhotoCachedSize{}
		tl_photo_size_gen.go#L415: 	_ bin.Decoder     = &PhotoCachedSize{}
		tl_photo_size_gen.go#L416: 	_ bin.BareEncoder = &PhotoCachedSize{}
		tl_photo_size_gen.go#L417: 	_ bin.BareDecoder = &PhotoCachedSize{}
		tl_photo_size_gen.go#L419: 	_ PhotoSizeClass = &PhotoCachedSize{}
		tl_photo_size_gen.go#L422: func (p *PhotoCachedSize) Zero() bool {
		tl_photo_size_gen.go#L443: func (p *PhotoCachedSize) String() string {
		tl_photo_size_gen.go#L447: 	type Alias PhotoCachedSize
		tl_photo_size_gen.go#L452: func (p *PhotoCachedSize) FillFrom(from interface {
		tl_photo_size_gen.go#L467: func (*PhotoCachedSize) TypeID() uint32 {
		tl_photo_size_gen.go#L472: func (*PhotoCachedSize) TypeName() string {
		tl_photo_size_gen.go#L477: func (p *PhotoCachedSize) TypeInfo() tdp.Type {
		tl_photo_size_gen.go#L508: func (p *PhotoCachedSize) Encode(b *bin.Buffer) error {
		tl_photo_size_gen.go#L517: func (p *PhotoCachedSize) EncodeBare(b *bin.Buffer) error {
		tl_photo_size_gen.go#L529: func (p *PhotoCachedSize) Decode(b *bin.Buffer) error {
		tl_photo_size_gen.go#L540: func (p *PhotoCachedSize) DecodeBare(b *bin.Buffer) error {
		tl_photo_size_gen.go#L576: func (p *PhotoCachedSize) GetType() (value string) {
		tl_photo_size_gen.go#L584: func (p *PhotoCachedSize) GetW() (value int) {
		tl_photo_size_gen.go#L592: func (p *PhotoCachedSize) GetH() (value int) {
		tl_photo_size_gen.go#L600: func (p *PhotoCachedSize) GetBytes() (value []byte) {
		tl_photo_size_gen.go#L1260: func (p *PhotoCachedSize) AsNotEmpty() (NotEmptyPhotoSize, bool) {
		tl_photo_size_gen.go#L1306: 		v := PhotoCachedSize{}
		tl_photo_size_slices_gen.go#L148: 		value, ok := elem.(*PhotoCachedSize)
		tl_photo_size_slices_gen.go#L417: type PhotoCachedSizeArray []PhotoCachedSize
		tl_photo_size_slices_gen.go#L420: func (s PhotoCachedSizeArray) Sort(less func(a, b PhotoCachedSize) bool) PhotoCachedSizeArray {
		tl_photo_size_slices_gen.go#L428: func (s PhotoCachedSizeArray) SortStable(less func(a, b PhotoCachedSize) bool) PhotoCachedSizeArray {
		tl_photo_size_slices_gen.go#L436: func (s PhotoCachedSizeArray) Retain(keep func(x PhotoCachedSize) bool) PhotoCachedSizeArray {
		tl_photo_size_slices_gen.go#L450: func (s PhotoCachedSizeArray) First() (v PhotoCachedSize, ok bool) {
		tl_photo_size_slices_gen.go#L458: func (s PhotoCachedSizeArray) Last() (v PhotoCachedSize, ok bool) {
		tl_photo_size_slices_gen.go#L466: func (s *PhotoCachedSizeArray) PopFirst() (v PhotoCachedSize, ok bool) {
		tl_photo_size_slices_gen.go#L476: 	var zero PhotoCachedSize
		tl_photo_size_slices_gen.go#L485: func (s *PhotoCachedSizeArray) Pop() (v PhotoCachedSize, ok bool) {
		tl_registry_gen.go#L3760: 		PhotoCachedSizeTypeID:                                    func() bin.Object { return &PhotoCachedSize{} },