type github.com/gotd/td/tg.MessageActionWebViewDataSentMeArray
12 uses
github.com/gotd/td/tg (current package)
tl_message_action_slices_gen.go#L419: func (s MessageActionClassArray) AsMessageActionWebViewDataSentMe() (to MessageActionWebViewDataSentMeArray) {
tl_message_action_slices_gen.go#L2435: type MessageActionWebViewDataSentMeArray []MessageActionWebViewDataSentMe
tl_message_action_slices_gen.go#L2438: func (s MessageActionWebViewDataSentMeArray) Sort(less func(a, b MessageActionWebViewDataSentMe) bool) MessageActionWebViewDataSentMeArray {
tl_message_action_slices_gen.go#L2446: func (s MessageActionWebViewDataSentMeArray) SortStable(less func(a, b MessageActionWebViewDataSentMe) bool) MessageActionWebViewDataSentMeArray {
tl_message_action_slices_gen.go#L2454: func (s MessageActionWebViewDataSentMeArray) Retain(keep func(x MessageActionWebViewDataSentMe) bool) MessageActionWebViewDataSentMeArray {
tl_message_action_slices_gen.go#L2468: func (s MessageActionWebViewDataSentMeArray) First() (v MessageActionWebViewDataSentMe, ok bool) {
tl_message_action_slices_gen.go#L2476: func (s MessageActionWebViewDataSentMeArray) Last() (v MessageActionWebViewDataSentMe, ok bool) {
tl_message_action_slices_gen.go#L2484: func (s *MessageActionWebViewDataSentMeArray) PopFirst() (v MessageActionWebViewDataSentMe, ok bool) {
tl_message_action_slices_gen.go#L2503: func (s *MessageActionWebViewDataSentMeArray) Pop() (v MessageActionWebViewDataSentMe, 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. |