telega.telegram.groupchat

Undocumented in source.

Members

Functions

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.

Structs

ChatMember
struct ChatMember
DeleteChatPhotoMethod
struct DeleteChatPhotoMethod
Undocumented in source.
DeleteChatStickerSetMethod
struct DeleteChatStickerSetMethod
Undocumented in source.
ExportChatInviteLinkMethod
struct ExportChatInviteLinkMethod
Undocumented in source.
GetChatAdministratorsMethod
struct GetChatAdministratorsMethod
Undocumented in source.
GetChatMemberMethod
struct GetChatMemberMethod
Undocumented in source.
GetChatMembersCountMethod
struct GetChatMembersCountMethod
Undocumented in source.
KickChatMemberMethod
struct KickChatMemberMethod
LeaveChatMethod
struct LeaveChatMethod
Undocumented in source.
PinChatMessageMethod
struct PinChatMessageMethod
Undocumented in source.
PromoteChatMemberMethod
struct PromoteChatMemberMethod
Undocumented in source.
RestrictChatMemberMethod
struct RestrictChatMemberMethod
Undocumented in source.
SetChatDescriptionMethod
struct SetChatDescriptionMethod
Undocumented in source.
SetChatPhotoMethod
struct SetChatPhotoMethod
Undocumented in source.
SetChatStickerSetMethod
struct SetChatStickerSetMethod
Undocumented in source.
SetChatTitleMethod
struct SetChatTitleMethod
Undocumented in source.
UnbanChatMemberMethod
struct UnbanChatMemberMethod
Undocumented in source.
UnpinChatMessageMethod
struct UnpinChatMessageMethod
Undocumented in source.

Meta