type github.com/gotd/td/tg.InputMediaDocumentArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_media_slices_gen.go#L185: func (s InputMediaClassArray) AsInputMediaDocument() (to InputMediaDocumentArray) {
tl_input_media_slices_gen.go#L738: type InputMediaDocumentArray []InputMediaDocument
tl_input_media_slices_gen.go#L741: func (s InputMediaDocumentArray) Sort(less func(a, b InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L749: func (s InputMediaDocumentArray) SortStable(less func(a, b InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L757: func (s InputMediaDocumentArray) Retain(keep func(x InputMediaDocument) bool) InputMediaDocumentArray {
tl_input_media_slices_gen.go#L771: func (s InputMediaDocumentArray) First() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L779: func (s InputMediaDocumentArray) Last() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L787: func (s *InputMediaDocumentArray) PopFirst() (v InputMediaDocument, ok bool) {
tl_input_media_slices_gen.go#L806: func (s *InputMediaDocumentArray) Pop() (v InputMediaDocument, 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. |