Current section

Files

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

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())
}).