func github.com/gotd/td/tg.DecodeWebDocument
8 uses
github.com/gotd/td/tg (current package)
tl_bot_inline_message_gen.go#L2007: 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#L2288: value, err := DecodeWebDocument(b)
tl_payments_payment_form_gen.go#L489: value, err := DecodeWebDocument(b)
tl_payments_payment_receipt_gen.go#L431: value, err := DecodeWebDocument(b)
tl_web_document_gen.go#L605: func DecodeWebDocument(buf *bin.Buffer) (WebDocumentClass, error) {
tl_web_document_gen.go#L640: v, err := DecodeWebDocument(buf)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |