StickerSet

telegramium.bots.StickerSet
final case class StickerSet(name: String, title: String, stickerType: String, stickers: List[Sticker], thumbnail: Option[PhotoSize])

This object represents a sticker set.

Value parameters

name

Sticker set name

stickerType

Type of stickers in the set, currently one of “regular”, “mask”, “custom_emoji”

stickers

List of all set stickers

thumbnail

Optional. Sticker set thumbnail in the .WEBP, .TGS, or .WEBM format

title

Sticker set title

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