func github.com/gotd/td/tg.DecodeWebDocument

12 uses

	github.com/gotd/td/tg (current package)
		tl_bot_inline_message_gen.go#L2008: 		value, err := DecodeWebDocument(buf)
		tl_bot_inline_result_gen.go#L365: 		value, err := DecodeWebDocument(buf)
		tl_bot_inline_result_gen.go#L372: 		value, err := DecodeWebDocument(buf)
		tl_message_media_gen.go#L2602: 		value, err := DecodeWebDocument(b)
		tl_payments_payment_form_gen.go#L494: 		value, err := DecodeWebDocument(b)
		tl_payments_payment_form_gen.go#L1074: 		value, err := DecodeWebDocument(b)
		tl_payments_payment_receipt_gen.go#L436: 		value, err := DecodeWebDocument(b)
		tl_payments_payment_receipt_gen.go#L969: 		value, err := DecodeWebDocument(b)
		tl_stars_subscription_gen.go#L427: 		value, err := DecodeWebDocument(b)
		tl_stars_transaction_gen.go#L1037: 		value, err := DecodeWebDocument(b)
		tl_web_document_gen.go#L609: func DecodeWebDocument(buf *bin.Buffer) (WebDocumentClass, error) {
		tl_web_document_gen.go#L644: 	v, err := DecodeWebDocument(buf)