## Constructor: updateChannelPinnedMessage ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |channel\_id|[int](../types/int.md) | Required| |id|[int](../types/int.md) | Required| ### Type: [Update](../types/Update.md) ### Example: ``` $updateChannelPinnedMessage = ['channel_id' => int, 'id' => int, ]; ```