Skip to content

Commit

Permalink
Merge pull request #1 from tmurtazin/fullScreenStories
Browse files Browse the repository at this point in the history
fullScreenStories in props
  • Loading branch information
galchenkov authored Oct 30, 2020
2 parents c99da1b + 8c3900b commit c359021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Chatium/Types.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function Screen($props, array $blocks = [])
if (isset($props['pinnedBlocks'])) $block['pinnedBlocks'] = $props['pinnedBlocks'];
if (isset($props['chat'])) $block['chat'] = Chat($props['chat']);
if (isset($props['fullScreenGallery'])) $block['fullScreenGallery'] = $props['fullScreenGallery'];
if (isset($props['fullScreenStories'])) $block['fullScreenStories'] = $props['fullScreenStories'];
if (isset($props['footer'])) $block['footer'] = Footer($props['footer']);
if (isset($props['search'])) $block['search'] = Search($props['search']);
if (isset($props['needEmailCheck'])) $block['needEmailCheck'] = $props['needEmailCheck'];
Expand Down

0 comments on commit c359021

Please sign in to comment.