type github.com/gotd/td/tg.MessageActionPaymentSentArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L263: func (s MessageActionClassArray) AsMessageActionPaymentSent() (to MessageActionPaymentSentArray) {
tl_message_action_slices_gen.go#L1802: type MessageActionPaymentSentArray []MessageActionPaymentSent
tl_message_action_slices_gen.go#L1805: func (s MessageActionPaymentSentArray) Sort(less func(a, b MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1813: func (s MessageActionPaymentSentArray) SortStable(less func(a, b MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1821: func (s MessageActionPaymentSentArray) Retain(keep func(x MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1835: func (s MessageActionPaymentSentArray) First() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1843: func (s MessageActionPaymentSentArray) Last() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1851: func (s *MessageActionPaymentSentArray) PopFirst() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1870: func (s *MessageActionPaymentSentArray) Pop() (v MessageActionPaymentSent, 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. |