Skip to content

Commit

Permalink
Added Tariff.Price
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Palagecha authored and Ivan Palagecha committed Aug 6, 2021
1 parent 650d005 commit 80e2614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
v.1.41.2
- Added Tariff.Price

v.1.41.1
- contact.hide_pushes_content

Expand Down
3 changes: 3 additions & 0 deletions tariff.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ type Tariff struct {
// Title of tariff in russian
TitleRu string `json:"title_ru"`

// Price of tariff
Price string `json:"price,omitempty"`

// Cloud space reserved for storing team users uploads in megabytes
CloudSpace int64 `json:"cloud_space,omitempty"`

Expand Down

0 comments on commit 80e2614

Please sign in to comment.