ChatPhoto

telegramium.bots.ChatPhoto
final case class ChatPhoto(smallFileId: String, smallFileUniqueId: String, bigFileId: String, bigFileUniqueId: String)

This object represents a chat photo.

Value parameters

bigFileId

File identifier of big (640x640) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.

bigFileUniqueId

Unique file identifier of big (640x640) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.

smallFileId

File identifier of small (160x160) chat photo. This file_id can be used only for photo download and only for as long as the photo is not changed.

smallFileUniqueId

Unique file identifier of small (160x160) chat photo, which is supposed to be the same over time and for different bots. Can't be used to download or reuse the file.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product