Class TdApi.ChatStatisticsMessageInteractionInfo

  • Enclosing class:
    TdApi

    public static class TdApi.ChatStatisticsMessageInteractionInfo
    extends TdApi.Object
    Contains statistics about interactions with a message.
    • Field Detail

      • messageId

        public long messageId
        Message identifier.
      • viewCount

        public int viewCount
        Number of times the message was viewed.
      • forwardCount

        public int forwardCount
        Number of times the message was forwarded.
      • CONSTRUCTOR

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

      • ChatStatisticsMessageInteractionInfo

        public ChatStatisticsMessageInteractionInfo()
        Contains statistics about interactions with a message.
      • ChatStatisticsMessageInteractionInfo

        public ChatStatisticsMessageInteractionInfo​(long messageId,
                                                    int viewCount,
                                                    int forwardCount)
        Contains statistics about interactions with a message.
        Parameters:
        messageId - Message identifier.
        viewCount - Number of times the message was viewed.
        forwardCount - Number of times the message was forwarded.