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

This object describes a message that was deleted or is otherwise inaccessible to the bot.

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

Summary

Types

@type t() :: %ExGram.Model.InaccessibleMessage{
  chat: ExGram.Model.Chat.t(),
  date: integer(),
  message_id: integer()
}

Functions