Channel Class |
Namespace: NetQuarry.Services.Slack
The Channel type exposes the following members.
Name | Description | |
---|---|---|
created |
UNIX timestamp
| |
creator |
User ID of the member that created this channel
| |
id |
The channel ID
| |
is_archived |
is_archived will be true if the channel is archived.
| |
is_general |
is_general will be true if this channel is the "general" channel that includes all regular team members. In most teams this is called #general but some teams have renamed it.
| |
is_member |
is_member will be true if the calling member is part of the channel.
| |
last_read |
last_read is the timestamp for the last message the calling user has read in this channel.
| |
latest |
latest is the latest message in the channel.
| |
members |
members is a list of user ids for all users in this channel. This includes any disabled accounts that were in this channel when they were disabled.
| |
name |
The name parameter indicates the name of the channel, without a leading hash sign.
| |
purpose |
Purpose of this channel
| |
topic |
Topic of this channel
| |
unread_count |
unread_count is a full count of visible messages that the calling user has yet to read.
| |
unread_count_display |
unread_count_display is a count of messages that the calling user has yet to read that matter to them (this means it excludes things like join/leave messages).
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
EqualValue |
Determines if the object value is equal to another object. If the two objects are null, then this returns true.
There is special handling for guid comparisons (since a guid could be a string formatted in up to 3 different ways).
If the special guid handling is not performed, then the object.Equals method is used.
(Defined by EAPUtil.) |