public static class TdApi.DeleteAllCallMessages 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 |
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() |
toString
public 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()
getConstructor
in class TdApi.Function