Package org.drinkless.tdlib
Class TdApi.SendChatAction
- Enclosing class:
- TdApi
Sends a notification about user activity in a chat.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe action description; pass null to cancel the currently active action.Unique identifier of business connection on behalf of which to send the request; for bots only.longChat identifier.static final intIdentifier uniquely determining type of the object.longIf not 0, the message thread identifier in which the action was performed. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which sends a notification about user activity in a chat.SendChatAction(long chatId, long messageThreadId, String businessConnectionId, TdApi.ChatAction action) Creates a function, which sends a notification about user activity in a chat. -
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
-
chatId
public long chatIdChat identifier. -
messageThreadId
public long messageThreadIdIf not 0, the message thread identifier in which the action was performed. -
businessConnectionId
Unique identifier of business connection on behalf of which to send the request; for bots only. -
action
The action description; pass null to cancel the currently active action. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
SendChatAction
public SendChatAction()Default constructor for a function, which sends a notification about user activity in a chat.Returns
Ok -
SendChatAction
public SendChatAction(long chatId, long messageThreadId, String businessConnectionId, TdApi.ChatAction action) Creates a function, which sends a notification about user activity in a chat.Returns
Ok- Parameters:
chatId- Chat identifier.messageThreadId- If not 0, the message thread identifier in which the action was performed.businessConnectionId- Unique identifier of business connection on behalf of which to send the request; for bots only.action- The action description; pass null to cancel the currently active action.
-
-
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
-