Class SavePreparedInlineMessage
java.lang.Object
io.github.natanimn.telebof.requests.AbstractBaseRequest<SavePreparedInlineMessage, PreparedInlineMessage>
io.github.natanimn.telebof.requests.service.SavePreparedInlineMessage
public class SavePreparedInlineMessage
extends AbstractBaseRequest<SavePreparedInlineMessage, PreparedInlineMessage>
- Since:
- July 25, 2025
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionallowBotChats(boolean allow_bot_chats) OptionalallowChannelChats(boolean allow_channel_chats) OptionalallowGroupChats(boolean allow_group_chats) OptionalallowUserChats(boolean allow_user_chats) OptionalMethods inherited from class io.github.natanimn.telebof.requests.AbstractBaseRequestexec
- 
Constructor Details- 
SavePreparedInlineMessage- Parameters:
- user_id- Unique identifier of the target user that can use the prepared message
- result- A- InlineQueryResultobject describing the message to be sent
- rs-- Apiobject
 
 
- 
- 
Method Details- 
allowUserChatsOptional- Parameters:
- allow_user_chats- Pass True if the message can be sent to private chats with users
- Returns:
- SavePreparedInlineMessage
 
- 
allowBotChatsOptional- Parameters:
- allow_bot_chats- Pass True if the message can be sent to private chats with bots.
- Returns:
- SavePreparedInlineMessage
 
- 
allowGroupChatsOptional- Parameters:
- allow_group_chats- Pass True if the message can be sent to group and supergroup chats
- Returns:
- SavePreparedInlineMessage
 
- 
allowChannelChatsOptional- Parameters:
- allow_channel_chats- Pass True if the message can be sent to channel chats
- Returns:
- SavePreparedInlineMessage
 
 
-