public static class TdApi.ClearAllDraftMessages extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
excludeSecretChats
If true, local draft messages in secret chats will not be cleared.
|
Constructor and Description |
---|
ClearAllDraftMessages()
Default constructor for a function, which clears draft messages in all chats.
|
ClearAllDraftMessages(boolean excludeSecretChats)
Creates a function, which clears draft messages in all chats.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public boolean excludeSecretChats
public static final int CONSTRUCTOR
public ClearAllDraftMessages()
Returns Ok
public ClearAllDraftMessages(boolean excludeSecretChats)
Returns Ok
excludeSecretChats
- If true, local draft messages in secret chats will not be cleared.public int getConstructor()
getConstructor
in class TdApi.Function