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#L1533: type MessageActionPhoneCallArray []MessageActionPhoneCall
tl_message_action_slices_gen.go#L1536: func (s MessageActionPhoneCallArray) Sort(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1544: func (s MessageActionPhoneCallArray) SortStable(less func(a, b MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1552: func (s MessageActionPhoneCallArray) Retain(keep func(x MessageActionPhoneCall) bool) MessageActionPhoneCallArray {
tl_message_action_slices_gen.go#L1566: func (s MessageActionPhoneCallArray) First() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1574: func (s MessageActionPhoneCallArray) Last() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1582: func (s *MessageActionPhoneCallArray) PopFirst() (v MessageActionPhoneCall, ok bool) {
tl_message_action_slices_gen.go#L1601: func (s *MessageActionPhoneCallArray) Pop() (v MessageActionPhoneCall, ok bool) {
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. |