type github.com/gotd/td/tg.InputRichFileDocumentArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_rich_file_slices_gen.go#L133: func (s InputRichFileClassArray) AsInputRichFileDocument() (to InputRichFileDocumentArray) {
tl_input_rich_file_slices_gen.go#L228: type InputRichFileDocumentArray []InputRichFileDocument
tl_input_rich_file_slices_gen.go#L231: func (s InputRichFileDocumentArray) Sort(less func(a, b InputRichFileDocument) bool) InputRichFileDocumentArray {
tl_input_rich_file_slices_gen.go#L239: func (s InputRichFileDocumentArray) SortStable(less func(a, b InputRichFileDocument) bool) InputRichFileDocumentArray {
tl_input_rich_file_slices_gen.go#L247: func (s InputRichFileDocumentArray) Retain(keep func(x InputRichFileDocument) bool) InputRichFileDocumentArray {
tl_input_rich_file_slices_gen.go#L261: func (s InputRichFileDocumentArray) First() (v InputRichFileDocument, ok bool) {
tl_input_rich_file_slices_gen.go#L269: func (s InputRichFileDocumentArray) Last() (v InputRichFileDocument, ok bool) {
tl_input_rich_file_slices_gen.go#L277: func (s *InputRichFileDocumentArray) PopFirst() (v InputRichFileDocument, ok bool) {
tl_input_rich_file_slices_gen.go#L296: func (s *InputRichFileDocumentArray) Pop() (v InputRichFileDocument, ok bool) {
![]() |
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. |