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

18 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_slices_gen.go#L152: func (s GroupCallClassArray) AsGroupCallDiscarded() (to GroupCallDiscardedArray) {
		tl_group_call_slices_gen.go#L196: type GroupCallDiscardedArray []GroupCallDiscarded
		tl_group_call_slices_gen.go#L199: func (s GroupCallDiscardedArray) Sort(less func(a, b GroupCallDiscarded) bool) GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L207: func (s GroupCallDiscardedArray) SortStable(less func(a, b GroupCallDiscarded) bool) GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L215: func (s GroupCallDiscardedArray) Retain(keep func(x GroupCallDiscarded) bool) GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L229: func (s GroupCallDiscardedArray) First() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L237: func (s GroupCallDiscardedArray) Last() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L245: func (s *GroupCallDiscardedArray) PopFirst() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L264: func (s *GroupCallDiscardedArray) Pop() (v GroupCallDiscarded, ok bool) {
		tl_group_call_slices_gen.go#L278: func (s GroupCallDiscardedArray) SortByID() GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L285: func (s GroupCallDiscardedArray) SortStableByID() GroupCallDiscardedArray {
		tl_group_call_slices_gen.go#L292: func (s GroupCallDiscardedArray) FillMap(to map[int64]GroupCallDiscarded) {
		tl_group_call_slices_gen.go#L299: func (s GroupCallDiscardedArray) ToMap() map[int64]GroupCallDiscarded {