public static class TdApi.ToggleChannelSignMessages extends TdApi.TLFunction
Modifier and Type | Field and Description |
---|---|
int |
channelId
Identifier of the channel.
|
static int |
CONSTRUCTOR
Identifier uniquely determining TL-type of object
|
boolean |
signMessages
New value of signMessages.
|
Constructor and Description |
---|
ToggleChannelSignMessages()
Default constructor.
|
ToggleChannelSignMessages(int channelId,
boolean signMessages)
Constructor for initialization of all fields.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int channelId
public boolean signMessages
public static final int CONSTRUCTOR
public ToggleChannelSignMessages()
public ToggleChannelSignMessages(int channelId, boolean signMessages)
public int getConstructor()
getConstructor
in class TdApi.TLObject