View Source ExGram.Model.ReactionCount (ex_gram v0.52.2)

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

Check the documentation of this model in https://core.telegram.org/bots/api#reactioncount

Summary

Types

@type t() :: %ExGram.Model.ReactionCount{
  total_count: integer(),
  type: ExGram.Model.ReactionType.t()
}

Functions