mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-17 22:03:54 +00:00
reverted elvis fold
This commit is contained in:
parent
7842ac0dac
commit
529f4156fd
@ -504,7 +504,9 @@ suspend fun main(args: Array<String>) {
|
|||||||
|
|
||||||
strictlyOn<UserRetrievingStep.RetrievingChatInfoDoneState> { state ->
|
strictlyOn<UserRetrievingStep.RetrievingChatInfoDoneState> { state ->
|
||||||
val chatMember = getChatMember(state.channelId, state.userId).administratorChatMemberOrNull()
|
val chatMember = getChatMember(state.channelId, state.userId).administratorChatMemberOrNull()
|
||||||
?: return@strictlyOn null
|
if (chatMember == null) {
|
||||||
|
return@strictlyOn null
|
||||||
|
}
|
||||||
send(
|
send(
|
||||||
state.context,
|
state.context,
|
||||||
replyMarkup = buildAdminRightsKeyboard(
|
replyMarkup = buildAdminRightsKeyboard(
|
||||||
|
Loading…
Reference in New Issue
Block a user