Class TdApi.PushMessageContentGame

    • Field Detail

      • title

        public String title
        Game title, empty for pinned game message.
      • isPinned

        public boolean isPinned
        True, if the message is a pinned message with the specified content.
      • CONSTRUCTOR

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

      • PushMessageContentGame

        public PushMessageContentGame()
        A message with a game.
      • PushMessageContentGame

        public PushMessageContentGame​(String title,
                                      boolean isPinned)
        A message with a game.
        Parameters:
        title - Game title, empty for pinned game message.
        isPinned - True, if the message is a pinned message with the specified content.