Class TdApi.SendChatScreenshotTakenNotification

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SendChatScreenshotTakenNotification
Enclosing class:
TdApi

public static class TdApi.SendChatScreenshotTakenNotification
extends TdApi.Function
Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats.

Returns Ok

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • SendChatScreenshotTakenNotification

      public SendChatScreenshotTakenNotification()
      Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats.

      Returns Ok

    • SendChatScreenshotTakenNotification

      public SendChatScreenshotTakenNotification​(long chatId)
      Sends a notification about a screenshot taken in a chat. Supported only in private and secret chats.

      Returns Ok

      Parameters:
      chatId - long Chat identifier.
    • SendChatScreenshotTakenNotification

      public SendChatScreenshotTakenNotification​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details