Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broadcast message #71

Merged
merged 1 commit into from
Sep 16, 2019
Merged

Broadcast message #71

merged 1 commit into from
Sep 16, 2019

Conversation

yarkm13
Copy link
Contributor

@yarkm13 yarkm13 commented Sep 12, 2019

For #70

@yarkm13 yarkm13 closed this Sep 13, 2019
@yarkm13 yarkm13 reopened this Sep 13, 2019
@Bogdaan Bogdaan merged commit 3bc3480 into Bogdaan:master Sep 16, 2019
Bogdaan added a commit that referenced this pull request May 27, 2020
* removed the line  = null in the examples

* FIX json_decode long int parse as float

С помощю getData() можно перехватывать свойства только что отправленных сообщений, например: 
$message_token = $bot->getClient()->sendMessage($message)->getData()['message_token'];
Но поскольку токен длинное целое json_decode с параметрами по умолчанию распарсит его как float, обрезав. Что бы этого избежать, включена  JSON_BIGINT_AS_STRING.

* Silent action open-url

* php version changes

* Broadcast message (#71)

* Input Field State (#66)

* add filename and size to picture message type

Co-authored-by: bulgariamitko <bulgaria_mitko@yahoo.com>
Co-authored-by: nickender <41143877+nickender@users.noreply.github.com>
Co-authored-by: Занило Станислав <s.zanilo@zarplata.ru>
Co-authored-by: Novikov Bogdan <hcbogdan@gmail.com>
Co-authored-by: Novikov Bogdan <bogdan.novikov@socialtechnologies.io>
Co-authored-by: Yaroslav <th-net@ya.ru>
Co-authored-by: Andrey Yaremenko <2bemate@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants