Class TdApi.SendChatAction

  • Enclosing class:
    TdApi

    public static class TdApi.SendChatAction
    extends TdApi.Function
    Sends a notification about user activity in a chat.

    Returns Ok

    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SendChatAction

        public SendChatAction()
        Default constructor.
      • SendChatAction

        public SendChatAction​(long chatId,
                              TdApi.ChatAction action)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.
        action - The action description.