KickChatMemberMethod

Method to kick a user from a group, a supergroup or a channel

Members

Mixins

__anonymous
mixin TelegramMethod!"/kickChatMember"
Undocumented in source.

Variables

chat_id
TelegramID chat_id;

Unique identifier for the target group or username of the target supergroup or channel (in the format "@channelusername")

until_date
SysTime until_date;

Date when the user will be unbanned

user_id
int user_id;

Unique identifier of the target user

See Also

Meta