Nadia.Model.MessageReactionCountUpdated (nadia v1.2.0)

View Source

Summary

Types

t()

@type t() :: %Nadia.Model.MessageReactionCountUpdated{
  chat: Nadia.Model.Chat.t(),
  date: integer(),
  message_id: integer(),
  reactions: [Nadia.Model.ReactionCount.t()]
}