ExGram.Model.EphemeralMessageParameters (ex_gram v0.70.0)

Copy Markdown View Source

No description available.

Check the documentation of this model on Telegram Bot API

  • receiver_user_id: Identifier of the user who will receive the message. It is not guaranteed that the user will receive the message, especially if they are offline. See here for more details.
  • callback_query_id (optional): Optional. Identifier of the callback query which triggered the message, if any
  • replace_callback_query_message (optional): Optional. Pass True if the ephemeral message must be shown in place of the original message. Must be False for callback queries from ephemeral messages, which must be edited using regular editEphemeralMessage… methods.

Summary

Types

t()

@type t() :: %ExGram.Model.EphemeralMessageParameters{
  callback_query_id: String.t() | nil,
  receiver_user_id: integer(),
  replace_callback_query_message: boolean() | nil
}

Functions

decode_as()