View Source Telegex.Type.ReactionCount (Telegex v1.8.0)

Represents a reaction added to a message along with the number of times it was added.

Summary

Types

@type t() :: %Telegex.Type.ReactionCount{
  total_count: integer(),
  type: Telegex.Type.ReactionType.t()
}