SetStickerKeywordsReq

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

Value parameters

keywords

A JSON-serialized list of 0-20 search keywords for the sticker with total length of up to 64 characters

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