type github.com/gotd/td/tg.InputPeerPhotoFileLocationArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L198: func (s InputFileLocationClassArray) AsInputPeerPhotoFileLocation() (to InputPeerPhotoFileLocationArray) {
tl_input_file_location_slices_gen.go#L895: type InputPeerPhotoFileLocationArray []InputPeerPhotoFileLocation
tl_input_file_location_slices_gen.go#L898: func (s InputPeerPhotoFileLocationArray) Sort(less func(a, b InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L906: func (s InputPeerPhotoFileLocationArray) SortStable(less func(a, b InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L914: func (s InputPeerPhotoFileLocationArray) Retain(keep func(x InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
tl_input_file_location_slices_gen.go#L928: func (s InputPeerPhotoFileLocationArray) First() (v InputPeerPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L936: func (s InputPeerPhotoFileLocationArray) Last() (v InputPeerPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L944: func (s *InputPeerPhotoFileLocationArray) PopFirst() (v InputPeerPhotoFileLocation, ok bool) {
tl_input_file_location_slices_gen.go#L963: func (s *InputPeerPhotoFileLocationArray) Pop() (v InputPeerPhotoFileLocation, 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. |