Class TdApi.ReadAllChatMentions

  • Enclosing class:
    TdApi

    public static class TdApi.ReadAllChatMentions
    extends TdApi.Function
    Marks all mentions in a chat as read.

    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

      • ReadAllChatMentions

        public ReadAllChatMentions()
        Default constructor for a function, which marks all mentions in a chat as read.

        Returns Ok

      • ReadAllChatMentions

        public ReadAllChatMentions​(long chatId)
        Creates a function, which marks all mentions in a chat as read.

        Returns Ok

        Parameters:
        chatId - Chat identifier.