SetMyShortDescriptionReq

telegramium.bots.client.SetMyShortDescriptionReq
final case class SetMyShortDescriptionReq(shortDescription: Option[String], languageCode: Option[String])

Value parameters

languageCode

A two-letter ISO 639-1 language code. If empty, the short description will be applied to all users for whose language there is no dedicated short description.

shortDescription

New short description for the bot; 0-120 characters. Pass an empty string to remove the dedicated short description for the given language.

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