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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1251: func (s UpdateClassArray) AsUpdateWebViewResultSent() (to UpdateWebViewResultSentArray) {
		tl_update_slices_gen.go#L8855: type UpdateWebViewResultSentArray []UpdateWebViewResultSent
		tl_update_slices_gen.go#L8858: func (s UpdateWebViewResultSentArray) Sort(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
		tl_update_slices_gen.go#L8866: func (s UpdateWebViewResultSentArray) SortStable(less func(a, b UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
		tl_update_slices_gen.go#L8874: func (s UpdateWebViewResultSentArray) Retain(keep func(x UpdateWebViewResultSent) bool) UpdateWebViewResultSentArray {
		tl_update_slices_gen.go#L8888: func (s UpdateWebViewResultSentArray) First() (v UpdateWebViewResultSent, ok bool) {
		tl_update_slices_gen.go#L8896: func (s UpdateWebViewResultSentArray) Last() (v UpdateWebViewResultSent, ok bool) {
		tl_update_slices_gen.go#L8904: func (s *UpdateWebViewResultSentArray) PopFirst() (v UpdateWebViewResultSent, ok bool) {
		tl_update_slices_gen.go#L8923: func (s *UpdateWebViewResultSentArray) Pop() (v UpdateWebViewResultSent, ok bool) {