type github.com/gotd/td/tg.MessageActionPhoneCallArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L276: func (s MessageActionClassArray) AsMessageActionPhoneCall() (to MessageActionPhoneCallArray) {
tl_message_action_slices_gen.go#L1884: type MessageActionPhoneCallArray []MessageActionPhoneCall
tl_message_action_slices_gen.go#L1887: func (s MessageActionPhoneCallArray) Sort(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1895: func (s MessageActionPhoneCallArray) SortStable(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1903: func (s MessageActionPhoneCallArray) Retain(keep func(x MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1917: func (s MessageActionPhoneCallArray) First() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1925: func (s MessageActionPhoneCallArray) Last() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1933: func (s *MessageActionPhoneCallArray) PopFirst() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1952: func (s *MessageActionPhoneCallArray) Pop() (v MessageActionPhoneCall, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |