Package org.drinkless.tdlib
Class TdApi.SetBusinessMessageIsPinned
- Enclosing class:
- TdApi
Pins or unpins a message sent on behalf of a business account; for bots only.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionUnique identifier of business connection on behalf of which the message was sent.longThe chat the message belongs to.static final intIdentifier uniquely determining type of the object.booleanPass true to pin the message, pass false to unpin it.longIdentifier of the message. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which pins or unpins a message sent on behalf of a business account; for bots only.SetBusinessMessageIsPinned(String businessConnectionId, long chatId, long messageId, boolean isPinned) Creates a function, which pins or unpins a message sent on behalf of a business account; for bots only. -
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
-
businessConnectionId
Unique identifier of business connection on behalf of which the message was sent. -
chatId
public long chatIdThe chat the message belongs to. -
messageId
public long messageIdIdentifier of the message. -
isPinned
public boolean isPinnedPass true to pin the message, pass false to unpin it. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SetBusinessMessageIsPinned
public SetBusinessMessageIsPinned()Default constructor for a function, which pins or unpins a message sent on behalf of a business account; for bots only.Returns
Ok -
SetBusinessMessageIsPinned
public SetBusinessMessageIsPinned(String businessConnectionId, long chatId, long messageId, boolean isPinned) Creates a function, which pins or unpins a message sent on behalf of a business account; for bots only.Returns
Ok- Parameters:
businessConnectionId- Unique identifier of business connection on behalf of which the message was sent.chatId- The chat the message belongs to.messageId- Identifier of the message.isPinned- Pass true to pin the message, pass false to unpin it.
-
-
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
-