RocketChat / Rocket.Chat.Go.SDK

Go SDK for REST API and Realtime api
MIT License
60 stars 58 forks source link

Fix ActionButtonsAlignment name on json field #29

Closed d-gubert closed 5 years ago

d-gubert commented 5 years ago

The field on the Apps-Engine is called actionButtonsAlignment, but in Rocket.Chat it's real name is button_alignment.

I've updated only the name of the field on the json, as I think that ActionButtonsAlignment is actually more descriptive than the name Rocket.Chat uses

@geekgonecrazy