SetCustomEmojiStickerSetThumbnailReq

telegramium.bots.client.SetCustomEmojiStickerSetThumbnailReq
final case class SetCustomEmojiStickerSetThumbnailReq(name: String, customEmojiId: Option[String])

Value parameters

customEmojiId

Custom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the first sticker as the thumbnail.

name

Sticker set name

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