type github.com/gotd/td/tg.DocumentClassArray
53 uses
github.com/gotd/td/tg (current package)
tl_account_saved_ringtones_gen.go#L320: func (s *AccountSavedRingtones) MapRingtones() (value DocumentClassArray) {
tl_account_saved_ringtones_gen.go#L321: return DocumentClassArray(s.Ringtones)
tl_document_class_vector_gen.go#L178: func (vec *DocumentClassVector) MapElems() (value DocumentClassArray) {
tl_document_class_vector_gen.go#L179: return DocumentClassArray(vec.Elems)
tl_document_slices_gen.go#L38: type DocumentClassArray []DocumentClass
tl_document_slices_gen.go#L41: func (s DocumentClassArray) Sort(less func(a, b DocumentClass) bool) DocumentClassArray {
tl_document_slices_gen.go#L49: func (s DocumentClassArray) SortStable(less func(a, b DocumentClass) bool) DocumentClassArray {
tl_document_slices_gen.go#L57: func (s DocumentClassArray) Retain(keep func(x DocumentClass) bool) DocumentClassArray {
tl_document_slices_gen.go#L71: func (s DocumentClassArray) First() (v DocumentClass, ok bool) {
tl_document_slices_gen.go#L79: func (s DocumentClassArray) Last() (v DocumentClass, ok bool) {
tl_document_slices_gen.go#L87: func (s *DocumentClassArray) PopFirst() (v DocumentClass, ok bool) {
tl_document_slices_gen.go#L106: func (s *DocumentClassArray) Pop() (v DocumentClass, ok bool) {
tl_document_slices_gen.go#L120: func (s DocumentClassArray) SortByID() DocumentClassArray {
tl_document_slices_gen.go#L127: func (s DocumentClassArray) SortStableByID() DocumentClassArray {
tl_document_slices_gen.go#L134: func (s DocumentClassArray) FillDocumentEmptyMap(to map[int64]*DocumentEmpty) {
tl_document_slices_gen.go#L145: func (s DocumentClassArray) DocumentEmptyToMap() map[int64]*DocumentEmpty {
tl_document_slices_gen.go#L152: func (s DocumentClassArray) AsDocumentEmpty() (to DocumentEmptyArray) {
tl_document_slices_gen.go#L165: func (s DocumentClassArray) FillDocumentMap(to map[int64]*Document) {
tl_document_slices_gen.go#L176: func (s DocumentClassArray) DocumentToMap() map[int64]*Document {
tl_document_slices_gen.go#L183: func (s DocumentClassArray) AsDocument() (to DocumentArray) {
tl_document_slices_gen.go#L196: func (s DocumentClassArray) FillNotEmptyMap(to map[int64]*Document) {
tl_document_slices_gen.go#L207: func (s DocumentClassArray) NotEmptyToMap() map[int64]*Document {
tl_document_slices_gen.go#L215: func (s DocumentClassArray) AppendOnlyNotEmpty(to []*Document) []*Document {
tl_document_slices_gen.go#L228: func (s DocumentClassArray) AsNotEmpty() (to []*Document) {
tl_document_slices_gen.go#L233: func (s DocumentClassArray) FirstAsNotEmpty() (v *Document, ok bool) {
tl_document_slices_gen.go#L242: func (s DocumentClassArray) LastAsNotEmpty() (v *Document, ok bool) {
tl_document_slices_gen.go#L251: func (s *DocumentClassArray) PopFirstAsNotEmpty() (v *Document, ok bool) {
tl_document_slices_gen.go#L260: func (s *DocumentClassArray) PopAsNotEmpty() (v *Document, ok bool) {
tl_help_premium_promo_gen.go#L400: func (p *HelpPremiumPromo) MapVideos() (value DocumentClassArray) {
tl_help_premium_promo_gen.go#L401: return DocumentClassArray(p.Videos)
tl_messages_faved_stickers_gen.go#L362: func (f *MessagesFavedStickers) MapStickers() (value DocumentClassArray) {
tl_messages_faved_stickers_gen.go#L363: return DocumentClassArray(f.Stickers)
tl_messages_recent_stickers_gen.go#L402: func (r *MessagesRecentStickers) MapStickers() (value DocumentClassArray) {
tl_messages_recent_stickers_gen.go#L403: return DocumentClassArray(r.Stickers)
tl_messages_saved_gifs_gen.go#L320: func (s *MessagesSavedGifs) MapGifs() (value DocumentClassArray) {
tl_messages_saved_gifs_gen.go#L321: return DocumentClassArray(s.Gifs)
tl_messages_sticker_set_gen.go#L299: func (s *MessagesStickerSet) MapDocuments() (value DocumentClassArray) {
tl_messages_sticker_set_gen.go#L300: return DocumentClassArray(s.Documents)
tl_messages_stickers_gen.go#L320: func (s *MessagesStickers) MapStickers() (value DocumentClassArray) {
tl_messages_stickers_gen.go#L321: return DocumentClassArray(s.Stickers)
tl_page_gen.go#L494: func (p *Page) MapDocuments() (value DocumentClassArray) {
tl_page_gen.go#L495: return DocumentClassArray(p.Documents)
tl_sticker_set_covered_gen.go#L382: func (s *StickerSetMultiCovered) MapCovers() (value DocumentClassArray) {
tl_sticker_set_covered_gen.go#L383: return DocumentClassArray(s.Covers)
tl_sticker_set_covered_gen.go#L657: func (s *StickerSetFullCovered) MapDocuments() (value DocumentClassArray) {
tl_sticker_set_covered_gen.go#L658: return DocumentClassArray(s.Documents)
tl_web_page_attribute_gen.go#L278: func (w *WebPageAttributeTheme) MapDocuments() (value DocumentClassArray, ok bool) {
tl_web_page_attribute_gen.go#L282: return DocumentClassArray(w.Documents), true
|
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. |