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