type github.com/gotd/td/tg.MessageActionSecureValuesSentMeArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L315: func (s MessageActionClassArray) AsMessageActionSecureValuesSentMe() (to MessageActionSecureValuesSentMeArray) {
tl_message_action_slices_gen.go#L1779: type MessageActionSecureValuesSentMeArray []MessageActionSecureValuesSentMe
tl_message_action_slices_gen.go#L1782: func (s MessageActionSecureValuesSentMeArray) Sort(less func(a, b MessageActionSecureValuesSentMe) bool) MessageActionSecureValuesSentMeArray {
tl_message_action_slices_gen.go#L1790: func (s MessageActionSecureValuesSentMeArray) SortStable(less func(a, b MessageActionSecureValuesSentMe) bool) MessageActionSecureValuesSentMeArray {
tl_message_action_slices_gen.go#L1798: func (s MessageActionSecureValuesSentMeArray) Retain(keep func(x MessageActionSecureValuesSentMe) bool) MessageActionSecureValuesSentMeArray {
tl_message_action_slices_gen.go#L1812: func (s MessageActionSecureValuesSentMeArray) First() (v MessageActionSecureValuesSentMe, ok bool) {
tl_message_action_slices_gen.go#L1820: func (s MessageActionSecureValuesSentMeArray) Last() (v MessageActionSecureValuesSentMe, ok bool) {
tl_message_action_slices_gen.go#L1828: func (s *MessageActionSecureValuesSentMeArray) PopFirst() (v MessageActionSecureValuesSentMe, ok bool) {
tl_message_action_slices_gen.go#L1847: func (s *MessageActionSecureValuesSentMeArray) Pop() (v MessageActionSecureValuesSentMe, 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. |