Package org.drinkless.tdlib
Class TdApi.ReportChatPhoto
- Enclosing class:
- TdApi
Reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.canBeReported.
Returns Ok
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intIdentifier uniquely determining type of the object.intIdentifier of the photo to report.The reason for reporting the chat photo.Additional report details; 0-1024 characters. -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for a function, which reports a chat photo to the Telegram moderators.ReportChatPhoto(long chatId, int fileId, TdApi.ReportReason reason, String text) Creates a function, which reports a chat photo 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. -
fileId
public int fileIdIdentifier of the photo to report. Only full photos from chatPhoto can be reported. -
reason
The reason for reporting the chat photo. -
text
Additional report details; 0-1024 characters. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ReportChatPhoto
public ReportChatPhoto()Default constructor for a function, which reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.canBeReported.Returns
Ok -
ReportChatPhoto
Creates a function, which reports a chat photo to the Telegram moderators. A chat photo can be reported only if chat.canBeReported.Returns
Ok- Parameters:
chatId- Chat identifier.fileId- Identifier of the photo to report. Only full photos from chatPhoto can be reported.reason- The reason for reporting the chat photo.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.Object- Returns:
- this.CONSTRUCTOR
-