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#L1815: type MessageActionPaymentSentArray []MessageActionPaymentSent
tl_message_action_slices_gen.go#L1818: func (s MessageActionPaymentSentArray) Sort(less func(a, b MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1826: func (s MessageActionPaymentSentArray) SortStable(less func(a, b MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1834: func (s MessageActionPaymentSentArray) Retain(keep func(x MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1848: func (s MessageActionPaymentSentArray) First() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1856: func (s MessageActionPaymentSentArray) Last() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1864: func (s *MessageActionPaymentSentArray) PopFirst() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1883: 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. |