public static class TdApi.DeleteAllCallMessages extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
revoke
Pass true to delete the messages for all users.
|
| Constructor and Description |
|---|
DeleteAllCallMessages()
Default constructor for a function, which deletes all call messages.
|
DeleteAllCallMessages(boolean revoke)
Creates a function, which deletes all call messages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic boolean revoke
public static final int CONSTRUCTOR
public DeleteAllCallMessages()
Returns Ok
public DeleteAllCallMessages(boolean revoke)
Returns Ok
revoke - Pass true to delete the messages for all users.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object