DirectMessagesTopic

telegramium.bots.DirectMessagesTopic
final case class DirectMessagesTopic(topicId: Long, user: Option[User])

Describes a topic of a direct messages chat.

Value parameters

topicId

Unique identifier of the topic. This number may have more than 32 significant bits and some programming languages may have difficulty/silent defects in interpreting it. But it has at most 52 significant bits, so a 64-bit integer or double-precision float type are safe for storing this identifier.

user

Optional. Information about the user that created the topic. Currently, it is always present

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