View Source Telegex.Type.ChosenInlineResult (Telegex v1.8.0)
Represents a result of an inline query that was chosen by the user and sent to their chat partner.
Summary
Types
@type t() :: %Telegex.Type.ChosenInlineResult{ from: Telegex.Type.User.t(), inline_message_id: String.t() | nil, location: Telegex.Type.Location.t() | nil, query: String.t(), result_id: String.t() }