DeclineSuggestedPost

data class DeclineSuggestedPost(val chatId: IdChatIdentifier, val messageId: MessageId, val comment: String? = null) : SimpleRequest<Unit> , ChatRequest

Constructors

Link copied to clipboard
constructor(chatId: IdChatIdentifier, messageId: MessageId, comment: String? = null)

Properties

Link copied to clipboard
open override val chatId: IdChatIdentifier
Link copied to clipboard
val comment: String? = null
Link copied to clipboard
Link copied to clipboard
open override val requestSerializer: <Error class: unknown class><DeclineSuggestedPost>
Link copied to clipboard
open override val resultDeserializer: <Error class: unknown class><Unit>

Functions

Link copied to clipboard
open override fun method(): String