- Enclosing class:
- TdApi
Reports reactions set on a message to
the Telegram moderators. Reactions on
a message can be reported only if message.canReportReactions.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
long
Message identifier.Identifier of the sender, which added the reaction. -
Constructor Summary
ConstructorDescriptionReports reactions set on a message to the Telegram moderators.ReportMessageReactions
(long chatId, long messageId, TdApi.MessageSender senderId) Reports reactions set on a message to the Telegram moderators.ReportMessageReactions
(DataInput input) Reports reactions set on a message to the Telegram moderators. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
messageId
public long messageIdMessage identifier. -
senderId
Identifier of the sender, which added the reaction. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ReportMessageReactions
public ReportMessageReactions()Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.canReportReactions. ReturnsOk
-
ReportMessageReactions
Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.canReportReactions. ReturnsOk
- Parameters:
chatId
- long Chat identifier.messageId
- long Message identifier.senderId
- MessageSender Identifier of the sender, which added the reaction.
-
ReportMessageReactions
Reports reactions set on a message to the Telegram moderators. Reactions on a message can be reported only if message.canReportReactions. ReturnsOk
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-