type github.com/gotd/td/tg.InputGroupCallArray
18 uses
github.com/gotd/td/tg (current package)
tl_input_group_call_slices_gen.go#L120: func (s InputGroupCallClassArray) AsInputGroupCall() (to InputGroupCallArray) {
tl_input_group_call_slices_gen.go#L159: type InputGroupCallArray []InputGroupCall
tl_input_group_call_slices_gen.go#L162: func (s InputGroupCallArray) Sort(less func(a, b InputGroupCall) bool) InputGroupCallArray {
tl_input_group_call_slices_gen.go#L170: func (s InputGroupCallArray) SortStable(less func(a, b InputGroupCall) bool) InputGroupCallArray {
tl_input_group_call_slices_gen.go#L178: func (s InputGroupCallArray) Retain(keep func(x InputGroupCall) bool) InputGroupCallArray {
tl_input_group_call_slices_gen.go#L192: func (s InputGroupCallArray) First() (v InputGroupCall, ok bool) {
tl_input_group_call_slices_gen.go#L200: func (s InputGroupCallArray) Last() (v InputGroupCall, ok bool) {
tl_input_group_call_slices_gen.go#L208: func (s *InputGroupCallArray) PopFirst() (v InputGroupCall, ok bool) {
tl_input_group_call_slices_gen.go#L227: func (s *InputGroupCallArray) Pop() (v InputGroupCall, ok bool) {
tl_input_group_call_slices_gen.go#L241: func (s InputGroupCallArray) SortByID() InputGroupCallArray {
tl_input_group_call_slices_gen.go#L248: func (s InputGroupCallArray) SortStableByID() InputGroupCallArray {
tl_input_group_call_slices_gen.go#L255: func (s InputGroupCallArray) FillMap(to map[int64]InputGroupCall) {
tl_input_group_call_slices_gen.go#L262: func (s InputGroupCallArray) ToMap() map[int64]InputGroupCall {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |