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