telega ~master (2021-06-18T23:53:05Z)
Dub
Repo
PromoteChatMemberMethod
telega
telegram
groupchat
Undocumented in source.
struct
PromoteChatMemberMethod {
mixin
TelegramMethod
!
"/promoteChatMember"
;
ChatId
chat_id
;
uint
user_id
;
bool
can_change_info
;
bool
can_post_messages
;
bool
can_edit_messages
;
bool
can_delete_messages
;
bool
can_invite_users
;
bool
can_restrict_members
;
bool
can_pin_messages
;
bool
can_promote_members
;
}
Members
Mixins
__anonymous
mixin
TelegramMethod
!
"/promoteChatMember"
Undocumented in source.
Variables
can_change_info
bool
can_change_info
;
Undocumented in source.
can_delete_messages
bool
can_delete_messages
;
Undocumented in source.
can_edit_messages
bool
can_edit_messages
;
Undocumented in source.
can_invite_users
bool
can_invite_users
;
Undocumented in source.
can_pin_messages
bool
can_pin_messages
;
Undocumented in source.
can_post_messages
bool
can_post_messages
;
Undocumented in source.
can_promote_members
bool
can_promote_members
;
Undocumented in source.
can_restrict_members
bool
can_restrict_members
;
Undocumented in source.
chat_id
ChatId
chat_id
;
Undocumented in source.
user_id
uint
user_id
;
Undocumented in source.
Meta
Source
See Implementation
telega
telegram
groupchat
functions
deleteChatPhoto
deleteChatStickerSet
exportChatInviteLink
getChatAdministrators
getChatMember
getChatMembersCount
kickChatMember
leaveChat
pinChatMessage
promoteChatMember
restrictChatMember
setChatDescription
setChatPhoto
setChatStickerSet
setChatTitle
unbanChatMember
unpinChatMessage
structs
ChatMember
DeleteChatPhotoMethod
DeleteChatStickerSetMethod
ExportChatInviteLinkMethod
GetChatAdministratorsMethod
GetChatMemberMethod
GetChatMembersCountMethod
KickChatMemberMethod
LeaveChatMethod
PinChatMessageMethod
PromoteChatMemberMethod
RestrictChatMemberMethod
SetChatDescriptionMethod
SetChatPhotoMethod
SetChatStickerSetMethod
SetChatTitleMethod
UnbanChatMemberMethod
UnpinChatMessageMethod