Show / Hide Table of Contents

Class ChatPhoto

This object represents a chat photo.

Inheritance
System.Object
ChatPhoto
Inherited Members
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
Assembly: TelegramBotApi.dll
Syntax
public class ChatPhoto

Properties

| Improve this Doc View Source

BigFileId

Unique file identifier of big (640x640) chat photo. This file_id can be used only for photo download.

Declaration
[JsonProperty(PropertyName = "big_file_id", Required = Required.Always)]
public string BigFileId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

SmallFileId

Unique file identifier of small (160x160) chat photo. This file_id can be used only for photo download.

Declaration
[JsonProperty(PropertyName = "small_file_id", Required = Required.Always)]
public string SmallFileId { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
Back to top Generated by DocFX