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

12 uses

	github.com/gotd/td/tg (current package)
		tl_join_chat_bot_result_slices_gen.go#L120: func (s JoinChatBotResultClassArray) AsJoinChatBotResultWebView() (to JoinChatBotResultWebViewArray) {
		tl_join_chat_bot_result_slices_gen.go#L133: type JoinChatBotResultWebViewArray []JoinChatBotResultWebView
		tl_join_chat_bot_result_slices_gen.go#L136: func (s JoinChatBotResultWebViewArray) Sort(less func(a, b JoinChatBotResultWebView) bool) JoinChatBotResultWebViewArray {
		tl_join_chat_bot_result_slices_gen.go#L144: func (s JoinChatBotResultWebViewArray) SortStable(less func(a, b JoinChatBotResultWebView) bool) JoinChatBotResultWebViewArray {
		tl_join_chat_bot_result_slices_gen.go#L152: func (s JoinChatBotResultWebViewArray) Retain(keep func(x JoinChatBotResultWebView) bool) JoinChatBotResultWebViewArray {
		tl_join_chat_bot_result_slices_gen.go#L166: func (s JoinChatBotResultWebViewArray) First() (v JoinChatBotResultWebView, ok bool) {
		tl_join_chat_bot_result_slices_gen.go#L174: func (s JoinChatBotResultWebViewArray) Last() (v JoinChatBotResultWebView, ok bool) {
		tl_join_chat_bot_result_slices_gen.go#L182: func (s *JoinChatBotResultWebViewArray) PopFirst() (v JoinChatBotResultWebView, ok bool) {
		tl_join_chat_bot_result_slices_gen.go#L201: func (s *JoinChatBotResultWebViewArray) Pop() (v JoinChatBotResultWebView, ok bool) {