SendChecklist
data class SendChecklist(val chatId: ChatIdentifier, val checklist: Checklist.Input, val businessConnectionId: BusinessConnectionId, val disableNotification: Boolean = false, val protectContent: Boolean = false, val effectId: EffectId? = null, val replyParameters: ReplyParameters? = null, val replyMarkup: KeyboardMarkup? = null) : SendChatMessageRequest<ContentMessage<ChecklistContent>> , WithReplyParameters, DisableNotification, ProtectContent, OptionallyWithEffectId, WithBusinessConnectionId, WithReplyMarkup
Constructors
Link copied to clipboard
constructor(chatId: BusinessChatId, checklist: Checklist.Input, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, replyParameters: ReplyParameters? = null, replyMarkup: KeyboardMarkup? = null)
constructor(chatId: ChatIdentifier, checklist: Checklist.Input, businessConnectionId: BusinessConnectionId, disableNotification: Boolean = false, protectContent: Boolean = false, effectId: EffectId? = null, replyParameters: ReplyParameters? = null, replyMarkup: KeyboardMarkup? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><ContentMessage<ChecklistContent>>