Package org.drinkless.tdlib
Class TdApi.ToggleSupergroupSignMessages
- Enclosing class:
- TdApi
Toggles whether sender signature or link to the account is added to sent messages in a channel; requires canChangeInfo member right.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.booleanNew value of showMessageSender.booleanNew value of signMessages.longIdentifier of the channel. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which toggles whether sender signature or link to the account is added to sent messages in a channel; requires canChangeInfo member right.ToggleSupergroupSignMessages(long supergroupId, boolean signMessages, boolean showMessageSender) Creates a function, which toggles whether sender signature or link to the account is added to sent messages in a channel; requires canChangeInfo member right. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
Field Details
-
supergroupId
public long supergroupIdIdentifier of the channel. -
signMessages
public boolean signMessagesNew value of signMessages. -
showMessageSender
public boolean showMessageSenderNew value of showMessageSender. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ToggleSupergroupSignMessages
public ToggleSupergroupSignMessages()Default constructor for a function, which toggles whether sender signature or link to the account is added to sent messages in a channel; requires canChangeInfo member right.Returns
Ok -
ToggleSupergroupSignMessages
public ToggleSupergroupSignMessages(long supergroupId, boolean signMessages, boolean showMessageSender) Creates a function, which toggles whether sender signature or link to the account is added to sent messages in a channel; requires canChangeInfo member right.Returns
Ok- Parameters:
supergroupId- Identifier of the channel.signMessages- New value of signMessages.showMessageSender- New value of showMessageSender.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-