Current section

Files

Jump to
telega include telega@model@types_StopPollParameters.hrl
Raw

include/telega@model@types_StopPollParameters.hrl

-record(stop_poll_parameters, {
business_connection_id :: gleam@option:option(binary()),
chat_id :: telega@model@types:int_or_string(),
message_id :: integer(),
reply_markup :: gleam@option:option(telega@model@types:inline_keyboard_markup())
}).