Interface CanPostStoryResultOk

Represents result of checking whether the current user can post a story on behalf of the specific chat. Subtype of CanPostStoryResult.

interface CanPostStoryResultOk {
    @type: "canPostStoryResultOk";
    story_count: number;
}

Properties

Properties

@type: "canPostStoryResultOk"
story_count: number

Number of stories that can be posted by the user.