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

41 uses

	github.com/gotd/td/tg (current package)
		tl_bot_inline_message_gen.go#L1742: 	Photo WebDocumentClass
		tl_bot_inline_message_gen.go#L1828: 	GetPhoto() (value WebDocumentClass, ok bool)
		tl_bot_inline_message_gen.go#L2092: func (b *BotInlineMessageMediaInvoice) SetPhoto(value WebDocumentClass) {
		tl_bot_inline_message_gen.go#L2099: func (b *BotInlineMessageMediaInvoice) GetPhoto() (value WebDocumentClass, ok bool) {
		tl_bot_inline_result_gen.go#L66: 	Thumb WebDocumentClass
		tl_bot_inline_result_gen.go#L70: 	Content WebDocumentClass
		tl_bot_inline_result_gen.go#L142: 	GetThumb() (value WebDocumentClass, ok bool)
		tl_bot_inline_result_gen.go#L143: 	GetContent() (value WebDocumentClass, ok bool)
		tl_bot_inline_result_gen.go#L459: func (b *BotInlineResult) SetThumb(value WebDocumentClass) {
		tl_bot_inline_result_gen.go#L466: func (b *BotInlineResult) GetThumb() (value WebDocumentClass, ok bool) {
		tl_bot_inline_result_gen.go#L477: func (b *BotInlineResult) SetContent(value WebDocumentClass) {
		tl_bot_inline_result_gen.go#L484: func (b *BotInlineResult) GetContent() (value WebDocumentClass, ok bool) {
		tl_message_media_gen.go#L1982: 	Photo WebDocumentClass
		tl_message_media_gen.go#L2086: 	GetPhoto() (value WebDocumentClass, ok bool)
		tl_message_media_gen.go#L2387: func (m *MessageMediaInvoice) SetPhoto(value WebDocumentClass) {
		tl_message_media_gen.go#L2394: func (m *MessageMediaInvoice) GetPhoto() (value WebDocumentClass, ok bool) {
		tl_payments_payment_form_gen.go#L64: 	Photo WebDocumentClass
		tl_payments_payment_form_gen.go#L187: 	GetPhoto() (value WebDocumentClass, ok bool)
		tl_payments_payment_form_gen.go#L656: func (p *PaymentsPaymentForm) SetPhoto(value WebDocumentClass) {
		tl_payments_payment_form_gen.go#L663: func (p *PaymentsPaymentForm) GetPhoto() (value WebDocumentClass, ok bool) {
		tl_payments_payment_receipt_gen.go#L57: 	Photo WebDocumentClass
		tl_payments_payment_receipt_gen.go#L171: 	GetPhoto() (value WebDocumentClass, ok bool)
		tl_payments_payment_receipt_gen.go#L541: func (p *PaymentsPaymentReceipt) SetPhoto(value WebDocumentClass) {
		tl_payments_payment_receipt_gen.go#L548: func (p *PaymentsPaymentReceipt) GetPhoto() (value WebDocumentClass, ok bool) {
		tl_web_document_gen.go#L55: func (w WebDocument) construct() WebDocumentClass { return &w }
		tl_web_document_gen.go#L64: 	_ WebDocumentClass = &WebDocument{}
		tl_web_document_gen.go#L322: func (w WebDocumentNoProxy) construct() WebDocumentClass { return &w }
		tl_web_document_gen.go#L331: 	_ WebDocumentClass = &WebDocumentNoProxy{}
		tl_web_document_gen.go#L560: type WebDocumentClass interface {
		tl_web_document_gen.go#L565: 	construct() WebDocumentClass
		tl_web_document_gen.go#L605: func DecodeWebDocument(buf *bin.Buffer) (WebDocumentClass, error) {
		tl_web_document_gen.go#L632: 	WebDocument WebDocumentClass
		tl_web_document_slices_gen.go#L38: type WebDocumentClassArray []WebDocumentClass
		tl_web_document_slices_gen.go#L41: func (s WebDocumentClassArray) Sort(less func(a, b WebDocumentClass) bool) WebDocumentClassArray {
		tl_web_document_slices_gen.go#L49: func (s WebDocumentClassArray) SortStable(less func(a, b WebDocumentClass) bool) WebDocumentClassArray {
		tl_web_document_slices_gen.go#L57: func (s WebDocumentClassArray) Retain(keep func(x WebDocumentClass) bool) WebDocumentClassArray {
		tl_web_document_slices_gen.go#L71: func (s WebDocumentClassArray) First() (v WebDocumentClass, ok bool) {
		tl_web_document_slices_gen.go#L79: func (s WebDocumentClassArray) Last() (v WebDocumentClass, ok bool) {
		tl_web_document_slices_gen.go#L87: func (s *WebDocumentClassArray) PopFirst() (v WebDocumentClass, ok bool) {
		tl_web_document_slices_gen.go#L97: 	var zero WebDocumentClass
		tl_web_document_slices_gen.go#L106: func (s *WebDocumentClassArray) Pop() (v WebDocumentClass, ok bool) {