MessageReactionCountUpdated

telegramium.bots.MessageReactionCountUpdated
final case class MessageReactionCountUpdated(chat: Chat, messageId: Int, date: Int, reactions: List[ReactionCount])

This object represents reaction changes on a message with anonymous reactions.

Value parameters

chat

The chat containing the message

date

Date of the change in Unix time

messageId

Unique message identifier inside the chat

reactions

List of reactions that are present on the message

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