add pinned to api
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
public const string SendGroupPause = "PauseGroup";
|
public const string SendGroupPause = "PauseGroup";
|
||||||
public const string SendGroupRemoveUser = "RemoveUserFromGroup";
|
public const string SendGroupRemoveUser = "RemoveUserFromGroup";
|
||||||
public const string SendGroupChangeOwner = "ChangeOwnerOfGroup";
|
public const string SendGroupChangeOwner = "ChangeOwnerOfGroup";
|
||||||
|
public const string SendGroupChangePinned = "ChangedPinnedUserInGroup";
|
||||||
|
|
||||||
public const string OnGroupChange = "OnGroupPushChange";
|
public const string OnGroupChange = "OnGroupPushChange";
|
||||||
public const string OnGroupUserChange = "OnGroupUserChange";
|
public const string OnGroupUserChange = "OnGroupUserChange";
|
||||||
|
|||||||
@@ -7,5 +7,6 @@
|
|||||||
public string? UserAlias { get; set; }
|
public string? UserAlias { get; set; }
|
||||||
public bool? IsPaused { get; set; }
|
public bool? IsPaused { get; set; }
|
||||||
public bool? IsRemoved { get; set; }
|
public bool? IsRemoved { get; set; }
|
||||||
|
public bool? IsPinned { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user