ArchAstro. SDK. Types. ChannelPayloads. ApiChatChannel. ApiChatLoadMoreMessages. Response. Nested. DataThreadParticipatingAgentsItemAcl
(archastro v0.3.4)
Copy Markdown
DataThreadParticipatingAgentsItemAcl API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAcl{ add: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclAddItem.t() ] | ArchAstro.SDK.Unset.t(), grants: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclGrantsItem.t() ] | ArchAstro.SDK.Unset.t(), remove: [ ArchAstro.SDK.Types.ChannelPayloads.ApiChatChannel.ApiChatLoadMoreMessages.Response.Nested.DataThreadParticipatingAgentsItemAclRemoveItem.t() ] | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()