ExGram.Model.ChosenInlineResult (ex_gram v0.40.0) View Source
Represents a result of an inline query that was chosen by the user and sent to their chat partner.
Check the documentation of this model in https://core.telegram.org/bots/api#choseninlineresult
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.ChosenInlineResult{
from: ExGram.Model.User.t(),
inline_message_id: String.t() | nil,
location: ExGram.Model.Location.t() | nil,
query: String.t(),
result_id: String.t()
}