type github.com/gotd/td/tg.InputGroupCallStreamArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_slices_gen.go#L224: func (s InputFileLocationClassArray) AsInputGroupCallStream() (to InputGroupCallStreamArray) {
		tl_input_file_location_slices_gen.go#L1059: type InputGroupCallStreamArray []InputGroupCallStream
		tl_input_file_location_slices_gen.go#L1062: func (s InputGroupCallStreamArray) Sort(less func(a, b InputGroupCallStream) bool) InputGroupCallStreamArray {
		tl_input_file_location_slices_gen.go#L1070: func (s InputGroupCallStreamArray) SortStable(less func(a, b InputGroupCallStream) bool) InputGroupCallStreamArray {
		tl_input_file_location_slices_gen.go#L1078: func (s InputGroupCallStreamArray) Retain(keep func(x InputGroupCallStream) bool) InputGroupCallStreamArray {
		tl_input_file_location_slices_gen.go#L1092: func (s InputGroupCallStreamArray) First() (v InputGroupCallStream, ok bool) {
		tl_input_file_location_slices_gen.go#L1100: func (s InputGroupCallStreamArray) Last() (v InputGroupCallStream, ok bool) {
		tl_input_file_location_slices_gen.go#L1108: func (s *InputGroupCallStreamArray) PopFirst() (v InputGroupCallStream, ok bool) {
		tl_input_file_location_slices_gen.go#L1127: func (s *InputGroupCallStreamArray) Pop() (v InputGroupCallStream, ok bool) {