InlineQueryResultMpeg4GifImpl

fun InlineQueryResultMpeg4GifImpl(    id: InlineQueryIdentifier,     url: String,     thumbUrl: String,     thumbMimeType: MimeType? = null,     width: Int? = null,     height: Int? = null,     duration: Int? = null,     title: String? = null,     text: String? = null,     parseMode: ParseMode? = null,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifImpl
fun InlineQueryResultMpeg4GifImpl(    id: InlineQueryIdentifier,     url: String,     thumbUrl: String,     thumbMimeType: MimeType? = null,     width: Int? = null,     height: Int? = null,     duration: Int? = null,     title: String? = null,     entities: TextSourcesList,     replyMarkup: InlineKeyboardMarkup? = null,     inputMessageContent: InputMessageContent? = null): InlineQueryResultMpeg4GifImpl