Type Alias ChatChannelsInviteChannelMembersGroupsResponse

ChatChannelsInviteChannelMembersGroupsResponse: {
    added_at: string;
    groups: { group_id: string; group_name: string }[];
}