Interface CanSendStoryResultOk

Represents result of checking whether the current user can send a story in the specific chat. Subtype of CanSendStoryResult.

interface CanSendStoryResultOk {
    @type: "canSendStoryResultOk";
}

Properties

Properties

@type: "canSendStoryResultOk"