SavePreparedInlineMessageOptions

data class SavePreparedInlineMessageOptions(var allowUserChats: Boolean? = null, var allowBotChats: Boolean? = null, var allowGroupChats: Boolean? = null, var allowChannelChats: Boolean? = null) : Options

Constructors

Link copied to clipboard
constructor(allowUserChats: Boolean? = null, allowBotChats: Boolean? = null, allowGroupChats: Boolean? = null, allowChannelChats: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard