ExGram.Model.InputMediaLink (ex_gram v0.67.0)

Copy Markdown View Source

Represents an HTTP link to be sent.

Check the documentation of this model on Telegram Bot API

  • type: Type of the result, must be link
  • url: HTTP URL of the link

Summary

Types

t()

@type t() :: %ExGram.Model.InputMediaLink{type: String.t(), url: String.t()}

Functions

decode_as()