type github.com/gotd/td/tg.InputRichFilePhotoArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_rich_file_slices_gen.go#L120: func (s InputRichFileClassArray) AsInputRichFilePhoto() (to InputRichFilePhotoArray) {
tl_input_rich_file_slices_gen.go#L146: type InputRichFilePhotoArray []InputRichFilePhoto
tl_input_rich_file_slices_gen.go#L149: func (s InputRichFilePhotoArray) Sort(less func(a, b InputRichFilePhoto) bool) InputRichFilePhotoArray {
tl_input_rich_file_slices_gen.go#L157: func (s InputRichFilePhotoArray) SortStable(less func(a, b InputRichFilePhoto) bool) InputRichFilePhotoArray {
tl_input_rich_file_slices_gen.go#L165: func (s InputRichFilePhotoArray) Retain(keep func(x InputRichFilePhoto) bool) InputRichFilePhotoArray {
tl_input_rich_file_slices_gen.go#L179: func (s InputRichFilePhotoArray) First() (v InputRichFilePhoto, ok bool) {
tl_input_rich_file_slices_gen.go#L187: func (s InputRichFilePhotoArray) Last() (v InputRichFilePhoto, ok bool) {
tl_input_rich_file_slices_gen.go#L195: func (s *InputRichFilePhotoArray) PopFirst() (v InputRichFilePhoto, ok bool) {
tl_input_rich_file_slices_gen.go#L214: func (s *InputRichFilePhotoArray) Pop() (v InputRichFilePhoto, 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. |