Time format fixes and optional fields (#91)
This commit is contained in:
@@ -386,7 +386,7 @@ func (c Chats) Create(ctx context.Context, params *CreateNewChatParams) (*Create
|
||||
|
||||
type MarkAsReadParams struct {
|
||||
// Chat identifier
|
||||
Chatid string `json:"chat_id"`
|
||||
ChatId string `json:"chat_id"`
|
||||
|
||||
// Message identifier
|
||||
FromMessageId uint64 `json:"from_message_id"`
|
||||
|
||||
Reference in New Issue
Block a user