Current section

Files

Jump to
telega include telega@model_MessageOriginChat.hrl
Raw

include/telega@model_MessageOriginChat.hrl

-record(message_origin_chat, {
type_ :: binary(),
date :: integer(),
sender_chat :: telega@model:chat(),
author_signature :: gleam@option:option(binary())
}).