Skip to content

stories.canSendStory

Layer 225

Constructor ID: 0x30eb63f0
Returns: CanSendStoryCount

Parameters

NameTypeDescription
peerInputPeer

Example

go
result, err := client.Raw(&tg.CanSendStoryRequest{
    peer: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.