View Source ExGram.Model.PreparedInlineMessage (ex_gram v0.55.0)

Describes an inline message to be sent by a user of a Mini App.

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

Summary

Types

@type t() :: %ExGram.Model.PreparedInlineMessage{
  expiration_date: integer(),
  id: String.t()
}

Functions