Class TdApi.InlineQueryResultContact

    • Field Detail

      • id

        public String id
        Unique identifier of the query result.
      • thumbnail

        public TdApi.Thumbnail thumbnail
        Result thumbnail in JPEG format; may be null.
      • CONSTRUCTOR

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

      • InlineQueryResultContact

        public InlineQueryResultContact()
        Represents a user contact.
      • InlineQueryResultContact

        public InlineQueryResultContact​(String id,
                                        TdApi.Contact contact,
                                        TdApi.Thumbnail thumbnail)
        Represents a user contact.
        Parameters:
        id - Unique identifier of the query result.
        contact - A user contact.
        thumbnail - Result thumbnail in JPEG format; may be null.