public User Recipient => _client.Users[RecipientId];
private string[] _userIds;
/// <summary> Returns a collection of the IDs of all users with read access to this channel. </summary>
public IEnumerable<string> UserIds
{
get
@@ -60,7 +60,10 @@ namespace Discord
return _userIds;
}
}
public IEnumerable<Member> Members => UserIds.Select(x => _client.Members[x, ServerId]);
private string[] _userIds;
/// <summary> Returns a collection of all users with read access to this channel. </summary>
public IEnumerable<Member> Members => UserIds.Select(x => _client.Members[x, ServerId]);
/// <summary> Returns a collection of all users with read access to this channel. </summary>
public IEnumerable<User> Users => UserIds.Select(x => _client.Users[x]);
/// <summary> Returns a collection of the ids of all messages the client has seen posted in this channel. This collection does not guarantee any ordering. </summary>
@@ -71,7 +74,8 @@ namespace Discord
public IEnumerable<Message> Messages => _messages.Select(x => _client.Messages[x.Key]);
/// <summary> Returns a collection of all custom permissions used for this channel. </summary>
public PermissionOverwrite[] PermissionOverwrites { get; internal set; }
Thank you for your continuous support to the Openl Qizhi Community AI Collaboration Platform. In order to protect your usage rights and ensure network security, we updated the Openl Qizhi Community AI Collaboration Platform Usage Agreement in January 2024. The updated agreement specifies that users are prohibited from using intranet penetration tools. After you click "Agree and continue", you can continue to use our services. Thank you for your cooperation and understanding.