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) {