Type Alias ChatChannelsInviteChannelMembersResponse

ChatChannelsInviteChannelMembersResponse: {
    added_at?: string;
    ids?: string;
    member_ids?: string;
}