Package com. github. lamba92. kotlingram
Types
InlineQueryResultSerializer
Link copied to clipboard
object InlineQueryResultSerializer : JsonContentPolymorphicSerializer<InlineQueryResult>
Content copied to clipboard
InputMessageContentSerializer
Link copied to clipboard
object InputMessageContentSerializer : JsonContentPolymorphicSerializer<InputMessageContent>
Content copied to clipboard
PassportElementError
Link copied to clipboard
data class PassportElementError(source: PassportElementErrorSource, type: String, message: String, fieldName: String?, dataHash: String?, fileHash: String?, elementHash: String?, fileHashes: List<String>)
Content copied to clipboard
PassportElementErrorSource
Link copied to clipboard
ReplyMarkupSerializer
Link copied to clipboard
object ReplyMarkupSerializer : JsonContentPolymorphicSerializer<ReplyMarkup>
Content copied to clipboard
TelegramBotApiClient
Link copied to clipboard
class TelegramBotApiClient
Content copied to clipboard
TelegramResponse
Link copied to clipboard
data class TelegramResponse<T>(result: T, ok: Boolean, description: String?, errorCode: Int?, parameters: ResponseParameters?)
Content copied to clipboard
Functions
appendFile
Link copied to clipboard
fun FormBuilder.appendFile(key: String, fileName: String, data: ByteArray)
Content copied to clipboard
buildMultiPartFormData
Link copied to clipboard
fun buildMultiPartFormData(function: FormBuilder.() -> Unit): MultiPartFormDataContent
Content copied to clipboard