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) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |