Interface GetLiveStoryAvailableMessageSenders

Returns the list of message sender identifiers, on whose behalf messages can be sent to a live story. Request type for Tdjson#getLiveStoryAvailableMessageSenders.

interface GetLiveStoryAvailableMessageSenders {
    @type: "getLiveStoryAvailableMessageSenders";
    group_call_id: number;
}

Properties

Properties

@type: "getLiveStoryAvailableMessageSenders"
group_call_id: number

Group call identifier.