Class TdApi.PushMessageContentContact

    • Field Detail

      • name

        public String name
        Contact's name.
      • 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

      • PushMessageContentContact

        public PushMessageContentContact()
        A message with a user contact.
      • PushMessageContentContact

        public PushMessageContentContact​(String name,
                                         boolean isPinned)
        A message with a user contact.
        Parameters:
        name - Contact's name.
        isPinned - True, if the message is a pinned message with the specified content.