ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatListMessages. Response. Nested. MessagesItemAcl
(archastro v0.2.0)
Copy Markdown
MessagesItemAcl API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAcl{ add: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclAddItem.t() ] | ArchAstro.Unset.t(), grants: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclGrantsItem.t() ] | ArchAstro.Unset.t(), remove: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatListMessages.Response.Nested.MessagesItemAclRemoveItem.t() ] | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()