InputChecklistTask

telegramium.bots.InputChecklistTask
final case class InputChecklistTask(id: Int, text: String, parseMode: Option[ParseMode], textEntities: List[MessageEntity])

Describes a task to add to a checklist.

Value parameters

id

Unique identifier of the task; must be positive and unique among all task identifiers currently present in the checklist

parseMode

Optional. Mode for parsing entities in the text. See formatting options for more details.

text

Text of the task; 1-100 characters after entities parsing

textEntities

Optional. List of special entities that appear in the text, which can be specified instead of parse_mode. Currently, only bold, italic, underline, strikethrough, spoiler, and custom_emoji entities are allowed.

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