ArchAstro. Types. ChannelPayloads. ApiChatChannel. ApiChatLoadMoreMessages. Response. Nested. DataThreadParticipatingAgentsItemAcl
(archastro v0.2.0)
Copy Markdown
DataThreadParticipatingAgentsItemAcl API model.
Summary
Types
@type t() :: %ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAcl{ add: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclAddItem.t() ] | ArchAstro.Unset.t(), grants: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclGrantsItem.t() ] | ArchAstro.Unset.t(), remove: [ ArchAstro.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclRemoveItem.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()