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