struct Discord::PrivateChannel

Defined in:

discordcr/mappings/channel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(__temp_111 : JSON::PullParser) #

Instance Method Detail

def id : Snowflake #

def id=(_id : Snowflake) #

def last_message_id : ::Union(Snowflake, Nil) #

def last_message_id=(_last_message_id : ::Union(Snowflake, Nil)) #

def recipients : Array(User) #

def recipients=(_recipients : Array(User)) #

def to_json(json : JSON::Builder) #

def type : ChannelType #

def type=(_type : ChannelType) #