type github.com/gotd/td/tg.InputFileLocationClassArray
22 uses
github.com/gotd/td/tg (current package)
tl_input_file_location_slices_gen.go#L38: type InputFileLocationClassArray []InputFileLocationClass
tl_input_file_location_slices_gen.go#L41: func (s InputFileLocationClassArray) Sort(less func(a, b InputFileLocationClass) bool) InputFileLocationClassArray {
tl_input_file_location_slices_gen.go#L49: func (s InputFileLocationClassArray) SortStable(less func(a, b InputFileLocationClass) bool) InputFileLocationClassArray {
tl_input_file_location_slices_gen.go#L57: func (s InputFileLocationClassArray) Retain(keep func(x InputFileLocationClass) bool) InputFileLocationClassArray {
tl_input_file_location_slices_gen.go#L71: func (s InputFileLocationClassArray) First() (v InputFileLocationClass, ok bool) {
tl_input_file_location_slices_gen.go#L79: func (s InputFileLocationClassArray) Last() (v InputFileLocationClass, ok bool) {
tl_input_file_location_slices_gen.go#L87: func (s *InputFileLocationClassArray) PopFirst() (v InputFileLocationClass, ok bool) {
tl_input_file_location_slices_gen.go#L106: func (s *InputFileLocationClassArray) Pop() (v InputFileLocationClass, ok bool) {
tl_input_file_location_slices_gen.go#L120: func (s InputFileLocationClassArray) AsInputFileLocation() (to InputFileLocationArray) {
tl_input_file_location_slices_gen.go#L133: func (s InputFileLocationClassArray) AsInputEncryptedFileLocation() (to InputEncryptedFileLocationArray) {
tl_input_file_location_slices_gen.go#L146: func (s InputFileLocationClassArray) AsInputDocumentFileLocation() (to InputDocumentFileLocationArray) {
tl_input_file_location_slices_gen.go#L159: func (s InputFileLocationClassArray) AsInputSecureFileLocation() (to InputSecureFileLocationArray) {
tl_input_file_location_slices_gen.go#L172: func (s InputFileLocationClassArray) AsInputPhotoFileLocation() (to InputPhotoFileLocationArray) {
tl_input_file_location_slices_gen.go#L185: func (s InputFileLocationClassArray) AsInputPhotoLegacyFileLocation() (to InputPhotoLegacyFileLocationArray) {
tl_input_file_location_slices_gen.go#L198: func (s InputFileLocationClassArray) AsInputPeerPhotoFileLocation() (to InputPeerPhotoFileLocationArray) {
tl_input_file_location_slices_gen.go#L211: func (s InputFileLocationClassArray) AsInputStickerSetThumb() (to InputStickerSetThumbArray) {
tl_input_file_location_slices_gen.go#L224: func (s InputFileLocationClassArray) AsInputGroupCallStream() (to InputGroupCallStreamArray) {
tl_input_file_location_slices_gen.go#L237: func (s InputFileLocationClassArray) AsInputPeerPhotoFileLocationLegacy() (to InputPeerPhotoFileLocationLegacyArray) {
tl_input_file_location_slices_gen.go#L250: func (s InputFileLocationClassArray) AsInputStickerSetThumbLegacy() (to InputStickerSetThumbLegacyArray) {
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. |