Confirmation
data class Confirmation(val type: Confirmation.Type, val firstMessageId: String, val moreMessageIds: List<String> = emptyList(), val unknownFields: Map<Int, <Error class: unknown class>> = emptyMap())
Constructors
Link copied to clipboard
constructor(type: Confirmation.Type, firstMessageId: String, moreMessageIds: List<String> = emptyList(), unknownFields: Map<Int, <Error class: unknown class>> = emptyMap())