/** * ## CommunityChatRemoved * Describes a service message about a chat being removed from a community. Currently holds no information. * @see https://core.telegram.org/bots/api#communitychatremoved */ export type CommunityChatRemoved = Record;