type github.com/gotd/td/tg.InputPeerPhotoFileLocationLegacyArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L237: func (s InputFileLocationClassArray) AsInputPeerPhotoFileLocationLegacy() (to InputPeerPhotoFileLocationLegacyArray) {
tl_input_file_location_slices_gen.go#L1141: type InputPeerPhotoFileLocationLegacyArray []InputPeerPhotoFileLocationLegacy
tl_input_file_location_slices_gen.go#L1144: func (s InputPeerPhotoFileLocationLegacyArray) Sort(less func(a, b InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
tl_input_file_location_slices_gen.go#L1152: func (s InputPeerPhotoFileLocationLegacyArray) SortStable(less func(a, b InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
tl_input_file_location_slices_gen.go#L1160: func (s InputPeerPhotoFileLocationLegacyArray) Retain(keep func(x InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
tl_input_file_location_slices_gen.go#L1174: func (s InputPeerPhotoFileLocationLegacyArray) First() (v InputPeerPhotoFileLocationLegacy, ok bool) {
tl_input_file_location_slices_gen.go#L1182: func (s InputPeerPhotoFileLocationLegacyArray) Last() (v InputPeerPhotoFileLocationLegacy, ok bool) {
tl_input_file_location_slices_gen.go#L1190: func (s *InputPeerPhotoFileLocationLegacyArray) PopFirst() (v InputPeerPhotoFileLocationLegacy, ok bool) {
tl_input_file_location_slices_gen.go#L1209: func (s *InputPeerPhotoFileLocationLegacyArray) Pop() (v InputPeerPhotoFileLocationLegacy, 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. |