Current section

Files

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

include/telega@model@types_SetChatDescriptionParameters.hrl

-record(set_chat_description_parameters, {
chat_id :: telega@model@types:int_or_string(),
description :: gleam@option:option(binary())
}).