Layer 220
PageBlockChannel
Reference to a telegram channel
constructor
pageBlockChannel#ef1751b5 channel:Chat = PageBlock;
Parameters
| Name | Type | Description |
|---|---|---|
| Channel | Chat | The channel/supergroup/chat |
Returns
PageBlockGogram Example
// Creating PageBlockChannel constructor obj := &tg.PageBlockChannel{ Channel: &tg.Chat{}, }