fix: quick send dice

This commit is contained in:
xtaodada 2023-08-28 16:15:16 +08:00
parent b6038366fb
commit 9cb9859703
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -8617,7 +8617,7 @@ public boolean retriedToSend;
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);