type github.com/gotd/td/tg.MessageActionWebViewDataSentArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_message_action_slices_gen.go#L432: func (s MessageActionClassArray) AsMessageActionWebViewDataSent() (to MessageActionWebViewDataSentArray) {
		tl_message_action_slices_gen.go#L2517: type MessageActionWebViewDataSentArray []MessageActionWebViewDataSent
		tl_message_action_slices_gen.go#L2520: func (s MessageActionWebViewDataSentArray) Sort(less func(a, b MessageActionWebViewDataSent) bool) MessageActionWebViewDataSentArray {
		tl_message_action_slices_gen.go#L2528: func (s MessageActionWebViewDataSentArray) SortStable(less func(a, b MessageActionWebViewDataSent) bool) MessageActionWebViewDataSentArray {
		tl_message_action_slices_gen.go#L2536: func (s MessageActionWebViewDataSentArray) Retain(keep func(x MessageActionWebViewDataSent) bool) MessageActionWebViewDataSentArray {
		tl_message_action_slices_gen.go#L2550: func (s MessageActionWebViewDataSentArray) First() (v MessageActionWebViewDataSent, ok bool) {
		tl_message_action_slices_gen.go#L2558: func (s MessageActionWebViewDataSentArray) Last() (v MessageActionWebViewDataSent, ok bool) {
		tl_message_action_slices_gen.go#L2566: func (s *MessageActionWebViewDataSentArray) PopFirst() (v MessageActionWebViewDataSent, ok bool) {
		tl_message_action_slices_gen.go#L2585: func (s *MessageActionWebViewDataSentArray) Pop() (v MessageActionWebViewDataSent, ok bool) {