SetStickerEmojiListReq

telegramium.bots.client.SetStickerEmojiListReq
final case class SetStickerEmojiListReq(sticker: String, emojiList: List[String])

Value parameters

emojiList

A JSON-serialized list of 1-20 emoji associated with the sticker

sticker

File identifier of the sticker

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