BusinessIntro

telegramium.bots.BusinessIntro
final case class BusinessIntro(title: Option[String], message: Option[String], sticker: Option[Sticker])

Value parameters

message

Optional. Message text of the business intro

sticker

Optional. Sticker of the business intro

title

Optional. Title text of the business intro

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