type github.com/gotd/td/tg.DocumentAttributeStickerArray
12 uses
github.com/gotd/td/tg (current package)
tl_document_attribute_slices_gen.go#L133: func (s DocumentAttributeClassArray) AsDocumentAttributeSticker() (to DocumentAttributeStickerArray) {
tl_document_attribute_slices_gen.go#L280: type DocumentAttributeStickerArray []DocumentAttributeSticker
tl_document_attribute_slices_gen.go#L283: func (s DocumentAttributeStickerArray) Sort(less func(a, b DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
tl_document_attribute_slices_gen.go#L291: func (s DocumentAttributeStickerArray) SortStable(less func(a, b DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
tl_document_attribute_slices_gen.go#L299: func (s DocumentAttributeStickerArray) Retain(keep func(x DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
tl_document_attribute_slices_gen.go#L313: func (s DocumentAttributeStickerArray) First() (v DocumentAttributeSticker, ok bool) {
tl_document_attribute_slices_gen.go#L321: func (s DocumentAttributeStickerArray) Last() (v DocumentAttributeSticker, ok bool) {
tl_document_attribute_slices_gen.go#L329: func (s *DocumentAttributeStickerArray) PopFirst() (v DocumentAttributeSticker, ok bool) {
tl_document_attribute_slices_gen.go#L348: func (s *DocumentAttributeStickerArray) Pop() (v DocumentAttributeSticker, 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. |