Interface UpdateSupergroup

Some data of a supergroup or a channel has changed. This update is guaranteed to come before the supergroup identifier is returned to the application. Subtype of Update.

interface UpdateSupergroup {
    @type: "updateSupergroup";
    supergroup: Supergroup;
}

Properties

Properties

@type: "updateSupergroup"
supergroup: Supergroup

New data about the supergroup.