- deleteChatPhoto
bool deleteChatPhoto(BotApi api, DeleteChatPhotoMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteChatPhoto
bool deleteChatPhoto(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteChatStickerSet
bool deleteChatStickerSet(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.
- deleteChatStickerSet
bool deleteChatStickerSet(BotApi api, DeleteChatStickerSetMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- exportChatInviteLink
string exportChatInviteLink(BotApi api, ExportChatInviteLinkMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- exportChatInviteLink
string exportChatInviteLink(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChatAdministrators
ChatMember getChatAdministrators(BotApi api, GetChatAdministratorsMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChatAdministrators
ChatMember getChatAdministrators(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChatMember
ChatMember getChatMember(BotApi api, GetChatMemberMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChatMember
ChatMember getChatMember(BotApi api, T1 chatId, int userId)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChatMembersCount
uint getChatMembersCount(BotApi api, GetChatMembersCountMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- getChatMembersCount
uint getChatMembersCount(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.
- kickChatMember
bool kickChatMember(BotApi api, KickChatMemberMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- kickChatMember
bool kickChatMember(BotApi api, T1 chatId, int userId)
Undocumented in source. Be warned that the author may not have intended to support it.
- leaveChat
bool leaveChat(BotApi api, LeaveChatMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- leaveChat
bool leaveChat(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.
- pinChatMessage
bool pinChatMessage(BotApi api, PinChatMessageMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- pinChatMessage
bool pinChatMessage(BotApi api, T1 chatId, uint messageId)
Undocumented in source. Be warned that the author may not have intended to support it.
- promoteChatMember
bool promoteChatMember(BotApi api, PromoteChatMemberMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- promoteChatMember
bool promoteChatMember(BotApi api, T1 chatId, int userId)
Undocumented in source. Be warned that the author may not have intended to support it.
- restrictChatMember
bool restrictChatMember(BotApi api, RestrictChatMemberMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- restrictChatMember
bool restrictChatMember(BotApi api, T1 chatId, int userId)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatDescription
bool setChatDescription(BotApi api, SetChatDescriptionMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatDescription
bool setChatDescription(BotApi api, T1 chatId, string description)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatPhoto
bool setChatPhoto(BotApi api, SetChatPhotoMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatPhoto
bool setChatPhoto(BotApi api, T1 chatId, InputFile photo)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatStickerSet
bool setChatStickerSet(BotApi api, SetChatStickerSetMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatStickerSet
bool setChatStickerSet(BotApi api, T1 chatId, string stickerSetName)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatTitle
bool setChatTitle(BotApi api, SetChatTitleMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- setChatTitle
bool setChatTitle(BotApi api, T1 chatId, string title)
Undocumented in source. Be warned that the author may not have intended to support it.
- unbanChatMember
bool unbanChatMember(BotApi api, UnbanChatMemberMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- unbanChatMember
bool unbanChatMember(BotApi api, T1 chatId, int userId)
Undocumented in source. Be warned that the author may not have intended to support it.
- unpinChatMessage
bool unpinChatMessage(BotApi api, UnpinChatMessageMethod m)
Undocumented in source. Be warned that the author may not have intended to support it.
- unpinChatMessage
bool unpinChatMessage(BotApi api, T1 chatId)
Undocumented in source. Be warned that the author may not have intended to support it.