fix: quick send dice
This commit is contained in:
parent
b6038366fb
commit
9cb9859703
@ -8617,7 +8617,7 @@ public boolean retriedToSend;
|
|||||||
public boolean hasMediaSpoilers;
|
public boolean hasMediaSpoilers;
|
||||||
public TLRPC.StoryItem replyToStoryItem;
|
public TLRPC.StoryItem replyToStoryItem;
|
||||||
public TLRPC.StoryItem sendingStory;
|
public TLRPC.StoryItem sendingStory;
|
||||||
public boolean canSendGames;
|
public boolean canSendGames = true;
|
||||||
|
|
||||||
public static SendMessageParams of(String string, long dialogId) {
|
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);
|
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);
|
||||||
|
Loading…
Reference in New Issue
Block a user