MessageOriginChat

telegramium.bots.MessageOriginChat
final case class MessageOriginChat(date: Int, senderChat: Chat, authorSignature: Option[String]) extends MessageOrigin

The message was originally sent on behalf of a chat to a group chat.

Value parameters

authorSignature

Optional. For messages originally sent by an anonymous chat administrator, original message author signature

date

Date the message was sent originally in Unix time

senderChat

Chat 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