Skip to content

Commit

Permalink
Merge pull request #2088 from th3an7/patch-1
Browse files Browse the repository at this point in the history
Add `being_called` value
  • Loading branch information
diogotr7 authored Jun 11, 2020
2 parents b28ce5a + 22468f1 commit f0c970f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class UserNode : AutoJsonNode<UserNode> {
[AutoJsonPropertyName("self_deafen")] public bool SelfDeafen;
public bool Mentions;
[AutoJsonPropertyName("unread_messages")] public bool UnreadMessages;
[AutoJsonPropertyName("being_called")] public bool BeingCalled;

internal UserNode(string json) : base(json) {
Status = GetStatus(GetString("status"));
Expand Down

0 comments on commit f0c970f

Please sign in to comment.