UploadStickerFileReq

telegramium.bots.client.UploadStickerFileReq
final case class UploadStickerFileReq(userId: Long, sticker: IFile, stickerFormat: String)

Value parameters

sticker

A file with the sticker in .WEBP, .PNG, .TGS, or .WEBM format. See https://core.telegram.org/stickers for technical requirements.

stickerFormat

Format of the sticker, must be one of “static”, “animated”, “video”

userId

User identifier of sticker file 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