ex_gram v0.8.0 ExGram.Model.CallbackQuery View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.CallbackQuery{
  chat_instance: String.t(),
  data: String.t(),
  from: ExGram.Model.User.t(),
  game_short_name: String.t(),
  id: String.t(),
  inline_message_id: String.t(),
  message: ExGram.Model.Message.t()
}