@@ -1322,7 +1322,8 @@ class Channel {
|
|||||||
|
|
||||||
/// Remove the ban for the user with given [userID] in the channel.
|
/// Remove the ban for the user with given [userID] in the channel.
|
||||||
@Deprecated(
|
@Deprecated(
|
||||||
"Use 'unbanMember' instead. This method will be removed in v4.0.0")
|
"Use 'unbanMember' instead. This method will be removed in v4.0.0",
|
||||||
|
)
|
||||||
Future<EmptyResponse> unbanUser(String userID) => unbanMember(userID);
|
Future<EmptyResponse> unbanUser(String userID) => unbanMember(userID);
|
||||||
|
|
||||||
/// Remove the ban for the member with given [userID] in the channel.
|
/// Remove the ban for the member with given [userID] in the channel.
|
||||||
|
|||||||
Reference in New Issue
Block a user