Classes/GChatChannel.ps1

class GChatChannel : Room {
    [string]$Id
    [string]$Name
    [string]$Type
    [int]$MemberCount
}