Raw.stories.CanSendStory
Check whether we can post stories as the specified peer.
stories.canSendStory#c7dfdfdd peer:InputPeer = Bool;
export namespace Raw {
export namespace stories {
export class CanSendStory {
constructor(params: { peer: Raw.TypeInputPeer }) {}
}
}
}
This is a function constructor, you can use it as method when call invoke
Layer: 185
Constructor ID: 0xc7dfdfdd
Property
peer
: Raw.TypeInputPeerThe peer from which we wish to post stories.