/** * This is auto-generated file, don't modify this file manually */ export declare const GroupsBanInfoReasonEnumNames: { readonly OTHER: 0; readonly SPAM: 1; readonly VERBAL_ABUSE: 2; readonly STRONG_LANGUAGE: 3; readonly FLOOD: 4; }; /** * Ban reason * * @note This enum have auto-generated constant with keys and values * @see GroupsBanInfoReasonEnumNames * * `0` — other * `1` — spam * `2` — verbal abuse * `3` — strong language * `4` — flood */ export declare type GroupsBanInfoReason = 0 | 1 | 2 | 3 | 4;