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