type github.com/gotd/td/tg.InputGroupCallSlugArray
12 uses
github.com/gotd/td/tg (current package)
tl_input_group_call_slices_gen.go#L133: func (s InputGroupCallClassArray) AsInputGroupCallSlug() (to InputGroupCallSlugArray) {
tl_input_group_call_slices_gen.go#L269: type InputGroupCallSlugArray []InputGroupCallSlug
tl_input_group_call_slices_gen.go#L272: func (s InputGroupCallSlugArray) Sort(less func(a, b InputGroupCallSlug) bool) InputGroupCallSlugArray {
tl_input_group_call_slices_gen.go#L280: func (s InputGroupCallSlugArray) SortStable(less func(a, b InputGroupCallSlug) bool) InputGroupCallSlugArray {
tl_input_group_call_slices_gen.go#L288: func (s InputGroupCallSlugArray) Retain(keep func(x InputGroupCallSlug) bool) InputGroupCallSlugArray {
tl_input_group_call_slices_gen.go#L302: func (s InputGroupCallSlugArray) First() (v InputGroupCallSlug, ok bool) {
tl_input_group_call_slices_gen.go#L310: func (s InputGroupCallSlugArray) Last() (v InputGroupCallSlug, ok bool) {
tl_input_group_call_slices_gen.go#L318: func (s *InputGroupCallSlugArray) PopFirst() (v InputGroupCallSlug, ok bool) {
tl_input_group_call_slices_gen.go#L337: func (s *InputGroupCallSlugArray) Pop() (v InputGroupCallSlug, ok bool) {
![]() |
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. |