type github.com/gotd/td/tg.InputDocumentClassArray
28 uses
github.com/gotd/td/tg (current package)
tl_input_document_slices_gen.go#L38: type InputDocumentClassArray []InputDocumentClass
tl_input_document_slices_gen.go#L41: func (s InputDocumentClassArray) Sort(less func(a, b InputDocumentClass) bool) InputDocumentClassArray {
tl_input_document_slices_gen.go#L49: func (s InputDocumentClassArray) SortStable(less func(a, b InputDocumentClass) bool) InputDocumentClassArray {
tl_input_document_slices_gen.go#L57: func (s InputDocumentClassArray) Retain(keep func(x InputDocumentClass) bool) InputDocumentClassArray {
tl_input_document_slices_gen.go#L71: func (s InputDocumentClassArray) First() (v InputDocumentClass, ok bool) {
tl_input_document_slices_gen.go#L79: func (s InputDocumentClassArray) Last() (v InputDocumentClass, ok bool) {
tl_input_document_slices_gen.go#L87: func (s *InputDocumentClassArray) PopFirst() (v InputDocumentClass, ok bool) {
tl_input_document_slices_gen.go#L106: func (s *InputDocumentClassArray) Pop() (v InputDocumentClass, ok bool) {
tl_input_document_slices_gen.go#L120: func (s InputDocumentClassArray) AsInputDocument() (to InputDocumentArray) {
tl_input_document_slices_gen.go#L133: func (s InputDocumentClassArray) FillNotEmptyMap(to map[int64]*InputDocument) {
tl_input_document_slices_gen.go#L144: func (s InputDocumentClassArray) NotEmptyToMap() map[int64]*InputDocument {
tl_input_document_slices_gen.go#L152: func (s InputDocumentClassArray) AppendOnlyNotEmpty(to []*InputDocument) []*InputDocument {
tl_input_document_slices_gen.go#L165: func (s InputDocumentClassArray) AsNotEmpty() (to []*InputDocument) {
tl_input_document_slices_gen.go#L170: func (s InputDocumentClassArray) FirstAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_document_slices_gen.go#L179: func (s InputDocumentClassArray) LastAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_document_slices_gen.go#L188: func (s *InputDocumentClassArray) PopFirstAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_document_slices_gen.go#L197: func (s *InputDocumentClassArray) PopAsNotEmpty() (v *InputDocument, ok bool) {
tl_input_media_gen.go#L538: func (i *InputMediaUploadedPhoto) MapStickers() (value InputDocumentClassArray, ok bool) {
tl_input_media_gen.go#L542: return InputDocumentClassArray(i.Stickers), true
tl_input_media_gen.go#L1853: func (i *InputMediaUploadedDocument) MapStickers() (value InputDocumentClassArray, ok bool) {
tl_input_media_gen.go#L1857: return InputDocumentClassArray(i.Stickers), true
tl_input_rich_message_gen.go#L486: func (i *InputRichMessage) MapDocuments() (value InputDocumentClassArray, ok bool) {
tl_input_rich_message_gen.go#L490: return InputDocumentClassArray(i.Documents), true
tl_users_get_saved_music_by_id_gen.go#L219: func (g *UsersGetSavedMusicByIDRequest) MapDocuments() (value InputDocumentClassArray) {
tl_users_get_saved_music_by_id_gen.go#L220: return InputDocumentClassArray(g.Documents)
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |