type github.com/gotd/td/tg.GroupCallArray
18 uses
github.com/gotd/td/tg (current package)
tl_group_call_slices_gen.go#L183: func (s GroupCallClassArray) AsGroupCall() (to GroupCallArray) {
tl_group_call_slices_gen.go#L306: type GroupCallArray []GroupCall
tl_group_call_slices_gen.go#L309: func (s GroupCallArray) Sort(less func(a, b GroupCall) bool) GroupCallArray {
tl_group_call_slices_gen.go#L317: func (s GroupCallArray) SortStable(less func(a, b GroupCall) bool) GroupCallArray {
tl_group_call_slices_gen.go#L325: func (s GroupCallArray) Retain(keep func(x GroupCall) bool) GroupCallArray {
tl_group_call_slices_gen.go#L339: func (s GroupCallArray) First() (v GroupCall, ok bool) {
tl_group_call_slices_gen.go#L347: func (s GroupCallArray) Last() (v GroupCall, ok bool) {
tl_group_call_slices_gen.go#L355: func (s *GroupCallArray) PopFirst() (v GroupCall, ok bool) {
tl_group_call_slices_gen.go#L374: func (s *GroupCallArray) Pop() (v GroupCall, ok bool) {
tl_group_call_slices_gen.go#L388: func (s GroupCallArray) SortByID() GroupCallArray {
tl_group_call_slices_gen.go#L395: func (s GroupCallArray) SortStableByID() GroupCallArray {
tl_group_call_slices_gen.go#L402: func (s GroupCallArray) FillMap(to map[int64]GroupCall) {
tl_group_call_slices_gen.go#L409: func (s GroupCallArray) ToMap() map[int64]GroupCall {
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. |