Class InlineQueryResultDocument

java.lang.Object
io.github.natanimn.telebof.types.inline.InlineQueryResultDocument
All Implemented Interfaces:
InlineQueryResult, Serializable

public class InlineQueryResultDocument extends Object
Represents a link to a file. By default, this file will be sent by the user with an optional caption. Alternatively, you can use inputMessageContent(io.github.natanimn.telebof.types.input.InputTextMessageContent) to send a message with the specified content instead of the file. Currently, only .PDF and .ZIP files can be sent using this method.
Since:
3 March 2025
See Also: