all repos — telegram-bot-api @ 585057e7dead4feefae21d8c58f624ae62d1460e

Golang bindings for the Telegram Bot API

Remove a stray word from UserProfilePhotos comment.
Syfaro syfaro@foxpaw.in
Sun, 28 Feb 2016 10:13:44 -0600
commit

585057e7dead4feefae21d8c58f624ae62d1460e

parent

af934e3e10c054a3c58e0737434165797d62184c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M types.gotypes.go

@@ -232,7 +232,7 @@ Longitude float32 `json:"longitude"`

Latitude float32 `json:"latitude"` } -// UserProfilePhotos contains information a set of user profile photos. +// UserProfilePhotos contains a set of user profile photos. type UserProfilePhotos struct { TotalCount int `json:"total_count"` Photos []PhotoSize `json:"photos"`