ex_gram v0.10.0 ExGram.Model.Update View Source

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExGram.Model.Update{
  callback_query: ExGram.Model.CallbackQuery.t(),
  channel_post: ExGram.Model.Message.t(),
  chosen_inline_result: ExGram.Model.ChosenInlineResult.t(),
  edited_channel_post: ExGram.Model.Message.t(),
  edited_message: ExGram.Model.Message.t(),
  inline_query: ExGram.Model.InlineQuery.t(),
  message: ExGram.Model.Message.t(),
  poll: ExGram.Model.Poll.t(),
  poll_answer: ExGram.Model.PollAnswer.t(),
  pre_checkout_query: ExGram.Model.PreCheckoutQuery.t(),
  shipping_query: ExGram.Model.ShippingQuery.t(),
  update_id: integer()
}