Constructors
Properties
Readonly
chatChannels
chatChannels: { batchRemoveMembersFromChannel: ( _: { path: ChatChannelsBatchRemoveMembersFromChannelPathParams; query: ChatChannelsBatchRemoveMembersFromChannelQueryParams; }, ) => Promise<BaseResponse<unknown>>; createChannel: ( _: { body?: ChatChannelsCreateChannelRequestBody; path: ChatChannelsCreateChannelPathParams; }, ) => Promise<BaseResponse<ChatChannelsCreateChannelResponse>>; deleteChannel: ( _: { path: ChatChannelsDeleteChannelPathParams }, ) => Promise<BaseResponse<unknown>>; getChannel: ( _: { path: ChatChannelsGetChannelPathParams }, ) => Promise<BaseResponse<ChatChannelsGetChannelResponse>>; inviteChannelMembers: ( _: { body?: ChatChannelsInviteChannelMembersRequestBody; path: ChatChannelsInviteChannelMembersPathParams; }, ) => Promise<BaseResponse<ChatChannelsInviteChannelMembersResponse>>; inviteChannelMembersGroups: ( _: { body?: ChatChannelsInviteChannelMembersGroupsRequestBody; path: ChatChannelsInviteChannelMembersGroupsPathParams; }, ) => Promise<BaseResponse<ChatChannelsInviteChannelMembersGroupsResponse>>; joinChannel: ( _: { path: ChatChannelsJoinChannelPathParams }, ) => Promise<BaseResponse<ChatChannelsJoinChannelResponse>>; leaveChannel: ( _: { path: ChatChannelsLeaveChannelPathParams }, ) => Promise<BaseResponse<unknown>>; listChannelMembers: ( _: { path: ChatChannelsListChannelMembersPathParams; query?: ChatChannelsListChannelMembersQueryParams; }, ) => Promise<BaseResponse<ChatChannelsListChannelMembersResponse>>; listChannelMembersGroups: ( _: { path: ChatChannelsListChannelMembersGroupsPathParams }, ) => Promise<BaseResponse<ChatChannelsListChannelMembersGroupsResponse>>; listUsersChannels: ( _: { path: ChatChannelsListUsersChannelsPathParams; query?: ChatChannelsListUsersChannelsQueryParams; }, ) => Promise<BaseResponse<ChatChannelsListUsersChannelsResponse>>; performOperationsOnChannels: ( _: { body: ChatChannelsPerformOperationsOnChannelsRequestBody }, ) => Promise<BaseResponse<ChatChannelsPerformOperationsOnChannelsResponse>>; removeMember: ( _: { path: ChatChannelsRemoveMemberPathParams }, ) => Promise<BaseResponse<unknown>>; removeMemberGroup: ( _: { path: ChatChannelsRemoveMemberGroupPathParams }, ) => Promise<BaseResponse<unknown>>; updateChannel: ( _: { body?: ChatChannelsUpdateChannelRequestBody; path: ChatChannelsUpdateChannelPathParams; }, ) => Promise<BaseResponse<unknown>>;} Readonly
chatChannelsAccountLevel
chatChannelsAccountLevel: { batchDeleteChannels: ( _: { path: ChatChannelsAccountLevelBatchDeleteChannelsPathParams; query: ChatChannelsAccountLevelBatchDeleteChannelsQueryParams; }, ) => Promise<BaseResponse<unknown>>; batchDemoteChannelAdministrators: ( _: { path: ChatChannelsAccountLevelBatchDemoteChannelAdministratorsPathParams; query: ChatChannelsAccountLevelBatchDemoteChannelAdministratorsQueryParams; }, ) => Promise<BaseResponse<unknown>>; deleteChannel: ( _: { path: ChatChannelsAccountLevelDeleteChannelPathParams }, ) => Promise<BaseResponse<unknown>>; getChannel: ( _: { path: ChatChannelsAccountLevelGetChannelPathParams }, ) => Promise<BaseResponse<ChatChannelsAccountLevelGetChannelResponse>>; getRetentionPolicyOfChannel: ( _: { path: ChatChannelsAccountLevelGetRetentionPolicyOfChannelPathParams; }, ) => Promise< BaseResponse< ChatChannelsAccountLevelGetRetentionPolicyOfChannelResponse, >, >; inviteChannelMembers: ( _: { body?: ChatChannelsAccountLevelInviteChannelMembersRequestBody; path: ChatChannelsAccountLevelInviteChannelMembersPathParams; }, ) => Promise< BaseResponse<ChatChannelsAccountLevelInviteChannelMembersResponse>, >; listAccountsPublicChannels: ( _: { query?: ChatChannelsAccountLevelListAccountsPublicChannelsQueryParams; }, ) => Promise< BaseResponse< ChatChannelsAccountLevelListAccountsPublicChannelsResponse, >, >; listChannelAdministrators: ( _: { path: ChatChannelsAccountLevelListChannelAdministratorsPathParams; query?: ChatChannelsAccountLevelListChannelAdministratorsQueryParams; }, ) => Promise< BaseResponse<ChatChannelsAccountLevelListChannelAdministratorsResponse>, >; listChannelMembers: ( _: { path: ChatChannelsAccountLevelListChannelMembersPathParams; query?: ChatChannelsAccountLevelListChannelMembersQueryParams; }, ) => Promise< BaseResponse<ChatChannelsAccountLevelListChannelMembersResponse>, >; promoteChannelMembersToAdministrators: ( _: { body?: ChatChannelsAccountLevelPromoteChannelMembersToAdministratorsRequestBody; path: ChatChannelsAccountLevelPromoteChannelMembersToAdministratorsPathParams; }, ) => Promise< BaseResponse< ChatChannelsAccountLevelPromoteChannelMembersToAdministratorsResponse, >, >; removeMember: ( _: { path: ChatChannelsAccountLevelRemoveMemberPathParams }, ) => Promise<BaseResponse<unknown>>; searchUsersOrAccountsChannels: ( _: { body: ChatChannelsAccountLevelSearchUsersOrAccountsChannelsRequestBody; }, ) => Promise< BaseResponse< ChatChannelsAccountLevelSearchUsersOrAccountsChannelsResponse, >, >; updateChannel: ( _: { body?: ChatChannelsAccountLevelUpdateChannelRequestBody; path: ChatChannelsAccountLevelUpdateChannelPathParams; }, ) => Promise<BaseResponse<unknown>>; updateRetentionPolicyOfChannel: ( _: { body: ChatChannelsAccountLevelUpdateRetentionPolicyOfChannelRequestBody; path: ChatChannelsAccountLevelUpdateRetentionPolicyOfChannelPathParams; }, ) => Promise<BaseResponse<unknown>>;} Readonly
chatMessages
chatMessages: { addOrRemoveBookmark: ( _: { body: ChatMessagesAddOrRemoveBookmarkRequestBody; query: ChatMessagesAddOrRemoveBookmarkQueryParams; }, ) => Promise<BaseResponse<unknown>>; deleteMessage: ( _: { path: ChatMessagesDeleteMessagePathParams; query?: ChatMessagesDeleteMessageQueryParams; }, ) => Promise<BaseResponse<unknown>>; deleteScheduledMessage: ( _: { path: ChatMessagesDeleteScheduledMessagePathParams; query?: ChatMessagesDeleteScheduledMessageQueryParams; }, ) => Promise<BaseResponse<unknown>>; getMessage: ( _: { path: ChatMessagesGetMessagePathParams; query?: ChatMessagesGetMessageQueryParams; }, ) => Promise<BaseResponse<ChatMessagesGetMessageResponse>>; listBookmarks: ( _: { query?: ChatMessagesListBookmarksQueryParams }, ) => Promise<BaseResponse<ChatMessagesListBookmarksResponse>>; listPinnedHistoryMessagesOfChannel: ( _: { path: ChatMessagesListPinnedHistoryMessagesOfChannelPathParams; query?: ChatMessagesListPinnedHistoryMessagesOfChannelQueryParams; }, ) => Promise< BaseResponse<ChatMessagesListPinnedHistoryMessagesOfChannelResponse>, >; listScheduledMessages: ( _: { query?: ChatMessagesListScheduledMessagesQueryParams }, ) => Promise<BaseResponse<ChatMessagesListScheduledMessagesResponse>>; listUsersChatMessages: ( _: { path: ChatMessagesListUsersChatMessagesPathParams; query?: ChatMessagesListUsersChatMessagesQueryParams; }, ) => Promise<BaseResponse<ChatMessagesListUsersChatMessagesResponse>>; markMessageReadOrUnread: ( _: { body?: ChatMessagesMarkMessageReadOrUnreadRequestBody; path: ChatMessagesMarkMessageReadOrUnreadPathParams; }, ) => Promise<BaseResponse<unknown>>; performOperationsOnMessageOfChannel: ( _: { body: ChatMessagesPerformOperationsOnMessageOfChannelRequestBody }, ) => Promise<BaseResponse<unknown>>; reactToChatMessage: ( _: { body?: ChatMessagesReactToChatMessageRequestBody; path: ChatMessagesReactToChatMessagePathParams; }, ) => Promise<BaseResponse<unknown>>; retrieveThread: ( _: { path: ChatMessagesRetrieveThreadPathParams; query: ChatMessagesRetrieveThreadQueryParams; }, ) => Promise<BaseResponse<ChatMessagesRetrieveThreadResponse>>; sendChatMessage: ( _: { body: ChatMessagesSendChatMessageRequestBody; path: ChatMessagesSendChatMessagePathParams; }, ) => Promise<BaseResponse<ChatMessagesSendChatMessageResponse>>; updateMessage: ( _: { body?: ChatMessagesUpdateMessageRequestBody; path: ChatMessagesUpdateMessagePathParams; }, ) => Promise<BaseResponse<unknown>>;} Readonly
sharedSpaces
sharedSpaces: { addMembersToSharedSpace: ( _: { body: SharedSpacesAddMembersToSharedSpaceRequestBody; path: SharedSpacesAddMembersToSharedSpacePathParams; }, ) => Promise<BaseResponse<SharedSpacesAddMembersToSharedSpaceResponse>>; createSharedSpace: ( _: { body: SharedSpacesCreateSharedSpaceRequestBody }, ) => Promise<BaseResponse<SharedSpacesCreateSharedSpaceResponse>>; deleteSharedSpace: ( _: { path: SharedSpacesDeleteSharedSpacePathParams }, ) => Promise<BaseResponse<unknown>>; demoteSharedSpaceAdministratorsToMembers: ( _: { path: SharedSpacesDemoteSharedSpaceAdministratorsToMembersPathParams; query: SharedSpacesDemoteSharedSpaceAdministratorsToMembersQueryParams; }, ) => Promise< BaseResponse< SharedSpacesDemoteSharedSpaceAdministratorsToMembersResponse, >, >; getSharedSpace: ( _: { path: SharedSpacesGetSharedSpacePathParams }, ) => Promise<BaseResponse<SharedSpacesGetSharedSpaceResponse>>; listSharedSpaceChannels: ( _: { path: SharedSpacesListSharedSpaceChannelsPathParams; query?: SharedSpacesListSharedSpaceChannelsQueryParams; }, ) => Promise<BaseResponse<SharedSpacesListSharedSpaceChannelsResponse>>; listSharedSpaceMembers: ( _: { path: SharedSpacesListSharedSpaceMembersPathParams; query?: SharedSpacesListSharedSpaceMembersQueryParams; }, ) => Promise<BaseResponse<SharedSpacesListSharedSpaceMembersResponse>>; listSharedSpaces: ( _: { query?: SharedSpacesListSharedSpacesQueryParams }, ) => Promise<BaseResponse<SharedSpacesListSharedSpacesResponse>>; moveSharedSpaceChannels: ( _: { body: SharedSpacesMoveSharedSpaceChannelsRequestBody; path: SharedSpacesMoveSharedSpaceChannelsPathParams; }, ) => Promise<BaseResponse<SharedSpacesMoveSharedSpaceChannelsResponse>>; promoteSharedSpaceMembersToAdministrators: ( _: { body: SharedSpacesPromoteSharedSpaceMembersToAdministratorsRequestBody; path: SharedSpacesPromoteSharedSpaceMembersToAdministratorsPathParams; }, ) => Promise< BaseResponse< SharedSpacesPromoteSharedSpaceMembersToAdministratorsResponse, >, >; removeMembersFromSharedSpace: ( _: { path: SharedSpacesRemoveMembersFromSharedSpacePathParams; query: SharedSpacesRemoveMembersFromSharedSpaceQueryParams; }, ) => Promise< BaseResponse<SharedSpacesRemoveMembersFromSharedSpaceResponse>, >; transferSharedSpaceOwnership: ( _: { path: SharedSpacesTransferSharedSpaceOwnershipPathParams; query: SharedSpacesTransferSharedSpaceOwnershipQueryParams; }, ) => Promise<BaseResponse<unknown>>; updateSharedSpaceSettings: ( _: { body?: SharedSpacesUpdateSharedSpaceSettingsRequestBody; path: SharedSpacesUpdateSharedSpaceSettingsPathParams; }, ) => Promise<BaseResponse<unknown>>;}