Свойство | Type | Description | |
---|---|---|---|
Name | string | ||
Topic | string | ||
VisibleUsersCount | int? |
Méthode | Description | |
---|---|---|
IrcChannelInfo ( string name, int visibleUsersCount, string topic ) |
Initializes a new instance of the IrcChannelInfo structure with the specified properties.
|
public IrcChannelInfo ( string name, int visibleUsersCount, string topic ) | ||
name | string | The name of the channel. |
visibleUsersCount | int | The number of visible users in the channel. |
topic | string | The current topic of the channel. |