public static class TdApi.GetMessageEffect extends TdApi.Function<TdApi.MessageEffect>
Returns MessageEffect
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
effectId
Unique identifier of the effect.
|
| Constructor and Description |
|---|
GetMessageEffect()
Default constructor for a function, which returns information about a message effect.
|
GetMessageEffect(long effectId)
Creates a function, which returns information about a message effect.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long effectId
public static final int CONSTRUCTOR
public GetMessageEffect()
Returns MessageEffect
public GetMessageEffect(long effectId)
Returns MessageEffect
effectId - Unique identifier of the effect.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object