Telegram Response
data class TelegramResponse<T>(result: T, ok: Boolean, description: String?, errorCode: Int?, parameters: ResponseParameters?)
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
copy
Link copied to clipboard
fun copy(result: T, ok: Boolean, description: String? = null, errorCode: Int? = null, parameters: ResponseParameters? = null): TelegramResponse<T>
Content copied to clipboard