github.com/gotd/td/tg.BotInlineResult.URL (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_bot_inline_result_gen.go#L62: 	URL string
		tl_bot_inline_result_gen.go#L110: 	if !(b.URL == "") {
		tl_bot_inline_result_gen.go#L157: 		b.URL = val
		tl_bot_inline_result_gen.go#L243: 	if !(b.URL == "") {
		tl_bot_inline_result_gen.go#L281: 		buf.PutString(b.URL)
		tl_bot_inline_result_gen.go#L362: 		b.URL = value
		tl_bot_inline_result_gen.go#L443: 	b.URL = value
		tl_bot_inline_result_gen.go#L455: 	return b.URL, true