Current section
Files
Jump to
Current section
Files
include/telega@model@types_MessageOriginChannel.hrl
-record(message_origin_channel, {
type_ :: binary(),
date :: integer(),
chat :: telega@model@types:chat(),
message_id :: integer(),
author_signature :: gleam@option:option(binary())
}).