1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-09-07 19:26:52 +00:00
tgbotapi/docs/dev.inmo.tgbotapi.types.ChatMember/-restricted-chat-member/-restricted-chat-member.md
2021-03-17 15:18:37 +00:00

12 lines
1.4 KiB
Markdown

//[docs](../../../index.md)/[dev.inmo.tgbotapi.types.ChatMember](../index.md)/[RestrictedChatMember](index.md)/[RestrictedChatMember](-restricted-chat-member.md)
# RestrictedChatMember
[common]
Content
fun [RestrictedChatMember](-restricted-chat-member.md)(user: [User](../../dev.inmo.tgbotapi.types/-user/index.md), untilDate: [TelegramDate](../../dev.inmo.tgbotapi.types/-telegram-date/index.md)? = null, isMember: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canSendMessages: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canSendMediaMessages: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canSendPolls: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canSendOtherMessages: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canAddWebpagePreviews: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canChangeInfo: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canInviteUsers: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false, canPinMessages: [Boolean](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html) = false)