type github.com/gotd/td/tg.InputDocumentClassArray
24 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#L450: func (i *InputMediaUploadedPhoto) MapStickers() (value InputDocumentClassArray, ok bool) {
tl_input_media_gen.go#L454: return InputDocumentClassArray(i.Stickers), true
tl_input_media_gen.go#L1572: func (i *InputMediaUploadedDocument) MapStickers() (value InputDocumentClassArray, ok bool) {
tl_input_media_gen.go#L1576: return InputDocumentClassArray(i.Stickers), 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. |