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#L1451: type MessageActionPaymentSentArray []MessageActionPaymentSent
tl_message_action_slices_gen.go#L1454: func (s MessageActionPaymentSentArray) Sort(less func(a, b MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1462: func (s MessageActionPaymentSentArray) SortStable(less func(a, b MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1470: func (s MessageActionPaymentSentArray) Retain(keep func(x MessageActionPaymentSent) bool) MessageActionPaymentSentArray {
tl_message_action_slices_gen.go#L1484: func (s MessageActionPaymentSentArray) First() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1492: func (s MessageActionPaymentSentArray) Last() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1500: func (s *MessageActionPaymentSentArray) PopFirst() (v MessageActionPaymentSent, ok bool) {
tl_message_action_slices_gen.go#L1519: func (s *MessageActionPaymentSentArray) Pop() (v MessageActionPaymentSent, 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. |