type github.com/gotd/td/tg.PhoneCallEmptyArray
18 uses
github.com/gotd/td/tg (current package)
tl_phone_call_slices_gen.go#L152: func (s PhoneCallClassArray) AsPhoneCallEmpty() (to PhoneCallEmptyArray) {
tl_phone_call_slices_gen.go#L393: type PhoneCallEmptyArray []PhoneCallEmpty
tl_phone_call_slices_gen.go#L396: func (s PhoneCallEmptyArray) Sort(less func(a, b PhoneCallEmpty) bool) PhoneCallEmptyArray {
tl_phone_call_slices_gen.go#L404: func (s PhoneCallEmptyArray) SortStable(less func(a, b PhoneCallEmpty) bool) PhoneCallEmptyArray {
tl_phone_call_slices_gen.go#L412: func (s PhoneCallEmptyArray) Retain(keep func(x PhoneCallEmpty) bool) PhoneCallEmptyArray {
tl_phone_call_slices_gen.go#L426: func (s PhoneCallEmptyArray) First() (v PhoneCallEmpty, ok bool) {
tl_phone_call_slices_gen.go#L434: func (s PhoneCallEmptyArray) Last() (v PhoneCallEmpty, ok bool) {
tl_phone_call_slices_gen.go#L442: func (s *PhoneCallEmptyArray) PopFirst() (v PhoneCallEmpty, ok bool) {
tl_phone_call_slices_gen.go#L461: func (s *PhoneCallEmptyArray) Pop() (v PhoneCallEmpty, ok bool) {
tl_phone_call_slices_gen.go#L475: func (s PhoneCallEmptyArray) SortByID() PhoneCallEmptyArray {
tl_phone_call_slices_gen.go#L482: func (s PhoneCallEmptyArray) SortStableByID() PhoneCallEmptyArray {
tl_phone_call_slices_gen.go#L489: func (s PhoneCallEmptyArray) FillMap(to map[int64]PhoneCallEmpty) {
tl_phone_call_slices_gen.go#L496: func (s PhoneCallEmptyArray) ToMap() map[int64]PhoneCallEmpty {
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. |