type github.com/gotd/td/tg.InputWebDocument
40 uses
github.com/gotd/td/tg (current package)
tl_input_bot_inline_message_gen.go#L1917: Photo InputWebDocument
tl_input_bot_inline_message_gen.go#L2002: GetPhoto() (value InputWebDocument, ok bool)
tl_input_bot_inline_message_gen.go#L2231: func (i *InputBotInlineMessageMediaInvoice) SetPhoto(value InputWebDocument) {
tl_input_bot_inline_message_gen.go#L2238: func (i *InputBotInlineMessageMediaInvoice) GetPhoto() (value InputWebDocument, ok bool) {
tl_input_bot_inline_result_gen.go#L66: Thumb InputWebDocument
tl_input_bot_inline_result_gen.go#L70: Content InputWebDocument
tl_input_bot_inline_result_gen.go#L142: GetThumb() (value InputWebDocument, ok bool)
tl_input_bot_inline_result_gen.go#L143: GetContent() (value InputWebDocument, ok bool)
tl_input_bot_inline_result_gen.go#L449: func (i *InputBotInlineResult) SetThumb(value InputWebDocument) {
tl_input_bot_inline_result_gen.go#L456: func (i *InputBotInlineResult) GetThumb() (value InputWebDocument, ok bool) {
tl_input_bot_inline_result_gen.go#L467: func (i *InputBotInlineResult) SetContent(value InputWebDocument) {
tl_input_bot_inline_result_gen.go#L474: func (i *InputBotInlineResult) GetContent() (value InputWebDocument, ok bool) {
tl_input_media_gen.go#L2787: Photo InputWebDocument
tl_input_media_gen.go#L2886: GetPhoto() (value InputWebDocument, ok bool)
tl_input_media_gen.go#L3138: func (i *InputMediaInvoice) SetPhoto(value InputWebDocument) {
tl_input_media_gen.go#L3145: func (i *InputMediaInvoice) GetPhoto() (value InputWebDocument, ok bool) {
tl_input_web_document_gen.go#L38: type InputWebDocument struct {
tl_input_web_document_gen.go#L57: _ bin.Encoder = &InputWebDocument{}
tl_input_web_document_gen.go#L58: _ bin.Decoder = &InputWebDocument{}
tl_input_web_document_gen.go#L59: _ bin.BareEncoder = &InputWebDocument{}
tl_input_web_document_gen.go#L60: _ bin.BareDecoder = &InputWebDocument{}
tl_input_web_document_gen.go#L63: func (i *InputWebDocument) Zero() bool {
tl_input_web_document_gen.go#L84: func (i *InputWebDocument) String() string {
tl_input_web_document_gen.go#L88: type Alias InputWebDocument
tl_input_web_document_gen.go#L93: func (i *InputWebDocument) FillFrom(from interface {
tl_input_web_document_gen.go#L108: func (*InputWebDocument) TypeID() uint32 {
tl_input_web_document_gen.go#L113: func (*InputWebDocument) TypeName() string {
tl_input_web_document_gen.go#L118: func (i *InputWebDocument) TypeInfo() tdp.Type {
tl_input_web_document_gen.go#L149: func (i *InputWebDocument) Encode(b *bin.Buffer) error {
tl_input_web_document_gen.go#L158: func (i *InputWebDocument) EncodeBare(b *bin.Buffer) error {
tl_input_web_document_gen.go#L178: func (i *InputWebDocument) Decode(b *bin.Buffer) error {
tl_input_web_document_gen.go#L189: func (i *InputWebDocument) DecodeBare(b *bin.Buffer) error {
tl_input_web_document_gen.go#L235: func (i *InputWebDocument) GetURL() (value string) {
tl_input_web_document_gen.go#L243: func (i *InputWebDocument) GetSize() (value int) {
tl_input_web_document_gen.go#L251: func (i *InputWebDocument) GetMimeType() (value string) {
tl_input_web_document_gen.go#L259: func (i *InputWebDocument) GetAttributes() (value []DocumentAttributeClass) {
tl_input_web_document_gen.go#L267: func (i *InputWebDocument) MapAttributes() (value DocumentAttributeClassArray) {
tl_registry_gen.go#L4314: InputWebDocumentTypeID: func() bin.Object { return &InputWebDocument{} },
tl_web_document_gen.go#L594: func (w *WebDocument) AsInput() *InputWebDocument {
tl_web_document_gen.go#L595: value := new(InputWebDocument)
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. |