We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de01317 commit c446c8aCopy full SHA for c446c8a
library/src/main/java/com/pengrad/telegrambot/request/SendGift.kt
@@ -78,7 +78,7 @@ class SendGift private constructor(
78
79
fun text(text: String) = apply { this.text = text }
80
81
- fun textParseMode(parseMode: ParseMode) = apply { this.textParseMode = textParseMode }
+ fun textParseMode(parseMode: ParseMode) = apply { this.textParseMode = parseMode }
82
83
fun textEntities(textEntities: Array<MessageEntity>) = apply { this.textEntities = textEntities }
84
0 commit comments