Class TdApi.PushMessageContentLocation

    • Field Detail

      • isLive

        public boolean isLive
        True, if the location is live.
      • 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

      • PushMessageContentLocation

        public PushMessageContentLocation()
        A message with a location.
      • PushMessageContentLocation

        public PushMessageContentLocation​(boolean isLive,
                                          boolean isPinned)
        A message with a location.
        Parameters:
        isLive - True, if the location is live.
        isPinned - True, if the message is a pinned message with the specified content.