type github.com/gotd/td/tg.InputFileClassArray
14 uses
github.com/gotd/td/tg (current package)
tl_input_file_slices_gen.go#L38: type InputFileClassArray []InputFileClass
tl_input_file_slices_gen.go#L41: func (s InputFileClassArray) Sort(less func(a, b InputFileClass) bool) InputFileClassArray {
tl_input_file_slices_gen.go#L49: func (s InputFileClassArray) SortStable(less func(a, b InputFileClass) bool) InputFileClassArray {
tl_input_file_slices_gen.go#L57: func (s InputFileClassArray) Retain(keep func(x InputFileClass) bool) InputFileClassArray {
tl_input_file_slices_gen.go#L71: func (s InputFileClassArray) First() (v InputFileClass, ok bool) {
tl_input_file_slices_gen.go#L79: func (s InputFileClassArray) Last() (v InputFileClass, ok bool) {
tl_input_file_slices_gen.go#L87: func (s *InputFileClassArray) PopFirst() (v InputFileClass, ok bool) {
tl_input_file_slices_gen.go#L106: func (s *InputFileClassArray) Pop() (v InputFileClass, ok bool) {
tl_input_file_slices_gen.go#L120: func (s InputFileClassArray) AsInputFile() (to InputFileArray) {
tl_input_file_slices_gen.go#L133: func (s InputFileClassArray) AsInputFileBig() (to InputFileBigArray) {
tl_input_file_slices_gen.go#L146: func (s InputFileClassArray) AsInputFileStoryDocument() (to InputFileStoryDocumentArray) {
![]() |
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. |