Show / Hide Table of Contents

Class InputMediaDocument

Represents a document to be sent

Inheritance
System.Object
InputMedia
InputMediaDocument
Inherited Members
InputMedia.Media
InputMedia.Caption
InputMedia.ParseMode
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TelegramBotApi.Types.Upload
Assembly: TelegramBotApi.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn, ItemNullValueHandling = NullValueHandling.Ignore)]
public class InputMediaDocument : InputMedia

Properties

| Improve this Doc View Source

Thumb

Optional. Document thumbnail

Declaration
[JsonProperty(PropertyName = "thumb")]
public SendFile Thumb { get; set; }
Property Value
Type Description
SendFile
| Improve this Doc View Source

Type

This is a document.

Declaration
[JsonProperty(PropertyName = "type")]
public override string Type { get; }
Property Value
Type Description
System.String
Overrides
InputMedia.Type
  • Improve this Doc
  • View Source
Back to top Generated by DocFX