MessageOriginUser

telegramium.bots.MessageOriginUser
final case class MessageOriginUser(date: Int, senderUser: User) extends MessageOrigin

The message was originally sent by a known user.

Value parameters

date

Date the message was sent originally in Unix time

senderUser

User that sent the message originally

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