type github.com/gotd/td/tg.PhoneCallDiscardedArray
18 uses
github.com/gotd/td/tg (current package)
tl_phone_call_slices_gen.go#L307: func (s PhoneCallClassArray) AsPhoneCallDiscarded() (to PhoneCallDiscardedArray) {
tl_phone_call_slices_gen.go#L999: type PhoneCallDiscardedArray []PhoneCallDiscarded
tl_phone_call_slices_gen.go#L1002: func (s PhoneCallDiscardedArray) Sort(less func(a, b PhoneCallDiscarded) bool) PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1010: func (s PhoneCallDiscardedArray) SortStable(less func(a, b PhoneCallDiscarded) bool) PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1018: func (s PhoneCallDiscardedArray) Retain(keep func(x PhoneCallDiscarded) bool) PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1032: func (s PhoneCallDiscardedArray) First() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1040: func (s PhoneCallDiscardedArray) Last() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1048: func (s *PhoneCallDiscardedArray) PopFirst() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1067: func (s *PhoneCallDiscardedArray) Pop() (v PhoneCallDiscarded, ok bool) {
tl_phone_call_slices_gen.go#L1081: func (s PhoneCallDiscardedArray) SortByID() PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1088: func (s PhoneCallDiscardedArray) SortStableByID() PhoneCallDiscardedArray {
tl_phone_call_slices_gen.go#L1095: func (s PhoneCallDiscardedArray) FillMap(to map[int64]PhoneCallDiscarded) {
tl_phone_call_slices_gen.go#L1102: func (s PhoneCallDiscardedArray) ToMap() map[int64]PhoneCallDiscarded {
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. |