Skip to content

Commit

Permalink
fix: quick send dice
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Aug 28, 2023
1 parent b603836 commit 9cb9859
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8617,7 +8617,7 @@ public static class SendMessageParams {
public boolean hasMediaSpoilers;
public TLRPC.StoryItem replyToStoryItem;
public TLRPC.StoryItem sendingStory;
public boolean canSendGames;
public boolean canSendGames = true;

public static SendMessageParams of(String string, long dialogId) {
return of(string, null, null, null, null, null, null, null, null, null, dialogId, null, null, null, null, true, null, null, null, null, false, 0, 0, null, null, false);
Expand Down

0 comments on commit 9cb9859

Please sign in to comment.