AddStickerToSetReq

telegramium.bots.client.AddStickerToSetReq
final case class AddStickerToSetReq(userId: Long, name: String, sticker: InputSticker)

Value parameters

name

Sticker set name

sticker

A JSON-serialized object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set isn't changed.

userId

User identifier of sticker set owner

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