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

35 uses

	github.com/gotd/td/tg (current package)
		tl_photo_size_gen.go#L776: type PhotoSizeProgressive struct {
		tl_photo_size_gen.go#L795: func (p PhotoSizeProgressive) construct() PhotoSizeClass { return &p }
		tl_photo_size_gen.go#L799: 	_ bin.Encoder     = &PhotoSizeProgressive{}
		tl_photo_size_gen.go#L800: 	_ bin.Decoder     = &PhotoSizeProgressive{}
		tl_photo_size_gen.go#L801: 	_ bin.BareEncoder = &PhotoSizeProgressive{}
		tl_photo_size_gen.go#L802: 	_ bin.BareDecoder = &PhotoSizeProgressive{}
		tl_photo_size_gen.go#L804: 	_ PhotoSizeClass = &PhotoSizeProgressive{}
		tl_photo_size_gen.go#L807: func (p *PhotoSizeProgressive) Zero() bool {
		tl_photo_size_gen.go#L828: func (p *PhotoSizeProgressive) String() string {
		tl_photo_size_gen.go#L832: 	type Alias PhotoSizeProgressive
		tl_photo_size_gen.go#L837: func (p *PhotoSizeProgressive) FillFrom(from interface {
		tl_photo_size_gen.go#L852: func (*PhotoSizeProgressive) TypeID() uint32 {
		tl_photo_size_gen.go#L857: func (*PhotoSizeProgressive) TypeName() string {
		tl_photo_size_gen.go#L862: func (p *PhotoSizeProgressive) TypeInfo() tdp.Type {
		tl_photo_size_gen.go#L893: func (p *PhotoSizeProgressive) Encode(b *bin.Buffer) error {
		tl_photo_size_gen.go#L902: func (p *PhotoSizeProgressive) EncodeBare(b *bin.Buffer) error {
		tl_photo_size_gen.go#L917: func (p *PhotoSizeProgressive) Decode(b *bin.Buffer) error {
		tl_photo_size_gen.go#L928: func (p *PhotoSizeProgressive) DecodeBare(b *bin.Buffer) error {
		tl_photo_size_gen.go#L974: func (p *PhotoSizeProgressive) GetType() (value string) {
		tl_photo_size_gen.go#L982: func (p *PhotoSizeProgressive) GetW() (value int) {
		tl_photo_size_gen.go#L990: func (p *PhotoSizeProgressive) GetH() (value int) {
		tl_photo_size_gen.go#L998: func (p *PhotoSizeProgressive) GetSizes() (value []int) {
		tl_photo_size_gen.go#L1272: func (p *PhotoSizeProgressive) AsNotEmpty() (NotEmptyPhotoSize, bool) {
		tl_photo_size_gen.go#L1320: 		v := PhotoSizeProgressive{}
		tl_photo_size_slices_gen.go#L174: 		value, ok := elem.(*PhotoSizeProgressive)
		tl_photo_size_slices_gen.go#L581: type PhotoSizeProgressiveArray []PhotoSizeProgressive
		tl_photo_size_slices_gen.go#L584: func (s PhotoSizeProgressiveArray) Sort(less func(a, b PhotoSizeProgressive) bool) PhotoSizeProgressiveArray {
		tl_photo_size_slices_gen.go#L592: func (s PhotoSizeProgressiveArray) SortStable(less func(a, b PhotoSizeProgressive) bool) PhotoSizeProgressiveArray {
		tl_photo_size_slices_gen.go#L600: func (s PhotoSizeProgressiveArray) Retain(keep func(x PhotoSizeProgressive) bool) PhotoSizeProgressiveArray {
		tl_photo_size_slices_gen.go#L614: func (s PhotoSizeProgressiveArray) First() (v PhotoSizeProgressive, ok bool) {
		tl_photo_size_slices_gen.go#L622: func (s PhotoSizeProgressiveArray) Last() (v PhotoSizeProgressive, ok bool) {
		tl_photo_size_slices_gen.go#L630: func (s *PhotoSizeProgressiveArray) PopFirst() (v PhotoSizeProgressive, ok bool) {
		tl_photo_size_slices_gen.go#L640: 	var zero PhotoSizeProgressive
		tl_photo_size_slices_gen.go#L649: func (s *PhotoSizeProgressiveArray) Pop() (v PhotoSizeProgressive, ok bool) {
		tl_registry_gen.go#L3762: 		PhotoSizeProgressiveTypeID:                               func() bin.Object { return &PhotoSizeProgressive{} },