Conversations
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun list(after: Date? = null, before: Date? = null, limit: Int? = null, order: Conversations.ConversationOrder = ConversationOrder.CREATED_AT, consentState: ConsentState? = null): List<Conversation>
Link copied to clipboard
suspend fun listDms(after: Date? = null, before: Date? = null, limit: Int? = null, order: Conversations.ConversationOrder = ConversationOrder.CREATED_AT, consentState: ConsentState? = null): List<Dm>
Link copied to clipboard
suspend fun listGroups(after: Date? = null, before: Date? = null, limit: Int? = null, order: Conversations.ConversationOrder = ConversationOrder.CREATED_AT, consentState: ConsentState? = null): List<Group>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun newGroupCustomPermissions(accountAddresses: List<String>, permissionPolicySet: PermissionPolicySet, groupName: String = "", groupImageUrlSquare: String = "", groupDescription: String = "", groupPinnedFrameUrl: String = ""): Group
Link copied to clipboard
Link copied to clipboard
fun streamAllMessages(type: Conversations.ConversationType = ConversationType.ALL): Flow<DecodedMessage>
Link copied to clipboard