SetMyDescriptionReq

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

Value parameters

description

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

languageCode

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

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