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

12 uses

	github.com/gotd/td/tg (current package)
		tl_document_attribute_slices_gen.go#L185: func (s DocumentAttributeClassArray) AsDocumentAttributeCustomEmoji() (to DocumentAttributeCustomEmojiArray) {
		tl_document_attribute_slices_gen.go#L608: type DocumentAttributeCustomEmojiArray []DocumentAttributeCustomEmoji
		tl_document_attribute_slices_gen.go#L611: func (s DocumentAttributeCustomEmojiArray) Sort(less func(a, b DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
		tl_document_attribute_slices_gen.go#L619: func (s DocumentAttributeCustomEmojiArray) SortStable(less func(a, b DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
		tl_document_attribute_slices_gen.go#L627: func (s DocumentAttributeCustomEmojiArray) Retain(keep func(x DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
		tl_document_attribute_slices_gen.go#L641: func (s DocumentAttributeCustomEmojiArray) First() (v DocumentAttributeCustomEmoji, ok bool) {
		tl_document_attribute_slices_gen.go#L649: func (s DocumentAttributeCustomEmojiArray) Last() (v DocumentAttributeCustomEmoji, ok bool) {
		tl_document_attribute_slices_gen.go#L657: func (s *DocumentAttributeCustomEmojiArray) PopFirst() (v DocumentAttributeCustomEmoji, ok bool) {
		tl_document_attribute_slices_gen.go#L676: func (s *DocumentAttributeCustomEmojiArray) Pop() (v DocumentAttributeCustomEmoji, ok bool) {