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

31 uses

	github.com/gotd/td/tg (current package)
		tl_join_chat_bot_result_gen.go#L340: type JoinChatBotResultWebView struct {
		tl_join_chat_bot_result_gen.go#L349: func (j JoinChatBotResultWebView) construct() JoinChatBotResultClass { return &j }
		tl_join_chat_bot_result_gen.go#L353: 	_ bin.Encoder     = &JoinChatBotResultWebView{}
		tl_join_chat_bot_result_gen.go#L354: 	_ bin.Decoder     = &JoinChatBotResultWebView{}
		tl_join_chat_bot_result_gen.go#L355: 	_ bin.BareEncoder = &JoinChatBotResultWebView{}
		tl_join_chat_bot_result_gen.go#L356: 	_ bin.BareDecoder = &JoinChatBotResultWebView{}
		tl_join_chat_bot_result_gen.go#L358: 	_ JoinChatBotResultClass = &JoinChatBotResultWebView{}
		tl_join_chat_bot_result_gen.go#L361: func (j *JoinChatBotResultWebView) Zero() bool {
		tl_join_chat_bot_result_gen.go#L373: func (j *JoinChatBotResultWebView) String() string {
		tl_join_chat_bot_result_gen.go#L377: 	type Alias JoinChatBotResultWebView
		tl_join_chat_bot_result_gen.go#L382: func (j *JoinChatBotResultWebView) FillFrom(from interface {
		tl_join_chat_bot_result_gen.go#L391: func (*JoinChatBotResultWebView) TypeID() uint32 {
		tl_join_chat_bot_result_gen.go#L396: func (*JoinChatBotResultWebView) TypeName() string {
		tl_join_chat_bot_result_gen.go#L401: func (j *JoinChatBotResultWebView) TypeInfo() tdp.Type {
		tl_join_chat_bot_result_gen.go#L420: func (j *JoinChatBotResultWebView) Encode(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L429: func (j *JoinChatBotResultWebView) EncodeBare(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L438: func (j *JoinChatBotResultWebView) Decode(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L449: func (j *JoinChatBotResultWebView) DecodeBare(b *bin.Buffer) error {
		tl_join_chat_bot_result_gen.go#L464: func (j *JoinChatBotResultWebView) GetURL() (value string) {
		tl_join_chat_bot_result_gen.go#L546: 		v := JoinChatBotResultWebView{}
		tl_join_chat_bot_result_slices_gen.go#L122: 		value, ok := elem.(*JoinChatBotResultWebView)
		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#L192: 	var zero JoinChatBotResultWebView
		tl_join_chat_bot_result_slices_gen.go#L201: func (s *JoinChatBotResultWebViewArray) Pop() (v JoinChatBotResultWebView, ok bool) {
		tl_registry_gen.go#L6505: 		JoinChatBotResultWebViewTypeID:                                          func() bin.Object { return &JoinChatBotResultWebView{} },