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) {
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. |