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

12 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_slices_gen.go#L120: func (s DocumentAttributeClassArray) AsDocumentAttributeImageSize() (to DocumentAttributeImageSizeArray) {
		tl_document_attribute_slices_gen.go#L198: type DocumentAttributeImageSizeArray []DocumentAttributeImageSize
		tl_document_attribute_slices_gen.go#L201: func (s DocumentAttributeImageSizeArray) Sort(less func(a, b DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
		tl_document_attribute_slices_gen.go#L209: func (s DocumentAttributeImageSizeArray) SortStable(less func(a, b DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
		tl_document_attribute_slices_gen.go#L217: func (s DocumentAttributeImageSizeArray) Retain(keep func(x DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
		tl_document_attribute_slices_gen.go#L231: func (s DocumentAttributeImageSizeArray) First() (v DocumentAttributeImageSize, ok bool) {
		tl_document_attribute_slices_gen.go#L239: func (s DocumentAttributeImageSizeArray) Last() (v DocumentAttributeImageSize, ok bool) {
		tl_document_attribute_slices_gen.go#L247: func (s *DocumentAttributeImageSizeArray) PopFirst() (v DocumentAttributeImageSize, ok bool) {
		tl_document_attribute_slices_gen.go#L266: func (s *DocumentAttributeImageSizeArray) Pop() (v DocumentAttributeImageSize, ok bool) {