Package org.drinkless.tdlib
Class TdApi.ReportChat
- Enclosing class:
- TdApi
Reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.canBeReported.
Returns Ok
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.Function
TdApi.Function.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.long[]Identifiers of reported messages; may be empty to report the whole chat.The reason for reporting the chat.Additional report details; 0-1024 characters. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which reports a chat to the Telegram moderators.ReportChat(long chatId, long[] messageIds, TdApi.ReportReason reason, String text) Creates a function, which reports a chat to the Telegram moderators. -
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. -
messageIds
public long[] messageIdsIdentifiers of reported messages; may be empty to report the whole chat. -
reason
The reason for reporting the chat. -
text
Additional report details; 0-1024 characters. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReportChat
public ReportChat()Default constructor for a function, which reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.canBeReported.Returns
Ok -
ReportChat
Creates a function, which reports a chat to the Telegram moderators. A chat can be reported only from the chat action bar, or if chat.canBeReported.Returns
Ok- Parameters:
chatId- Chat identifier.messageIds- Identifiers of reported messages; may be empty to report the whole chat.reason- The reason for reporting the chat.text- Additional report details; 0-1024 characters.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.Function<TdApi.Ok>- Returns:
- this.CONSTRUCTOR
-