type github.com/gotd/td/tg.MessageActionSecureValuesSentArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L328: func (s MessageActionClassArray) AsMessageActionSecureValuesSent() (to MessageActionSecureValuesSentArray) {
tl_message_action_slices_gen.go#L2212: type MessageActionSecureValuesSentArray []MessageActionSecureValuesSent
tl_message_action_slices_gen.go#L2215: func (s MessageActionSecureValuesSentArray) Sort(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L2223: func (s MessageActionSecureValuesSentArray) SortStable(less func(a, b MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L2231: func (s MessageActionSecureValuesSentArray) Retain(keep func(x MessageActionSecureValuesSent) bool) MessageActionSecureValuesSentArray {
tl_message_action_slices_gen.go#L2245: func (s MessageActionSecureValuesSentArray) First() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L2253: func (s MessageActionSecureValuesSentArray) Last() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L2261: func (s *MessageActionSecureValuesSentArray) PopFirst() (v MessageActionSecureValuesSent, ok bool) {
tl_message_action_slices_gen.go#L2280: func (s *MessageActionSecureValuesSentArray) Pop() (v MessageActionSecureValuesSent, 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. |