DeclineSuggestedPost

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

Constructors

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

Properties

Link copied to clipboard
@SerialName(value = "chat_id")
@Serializable(with = ChatIdentifierSerializer::class)
open override val chatId: IdChatIdentifier
Link copied to clipboard
@SerialName(value = "comment")
val comment: String? = null
Link copied to clipboard
@SerialName(value = "message_id")
val messageId: MessageId
Link copied to clipboard
open override val requestSerializer: SerializationStrategy<DeclineSuggestedPost>
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<Boolean>

Functions

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