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

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

Summary

Types

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