Skip to content

Commit 6457951

Browse files
author
Stanislav Parshin
authored
Update Readme #121
1 parent 278151c commit 6457951

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,14 +338,14 @@ class GetChatAdministratorsResponse {
338338
GetChatMembersCount
339339
```java
340340
class GetChatMembersCountResponse {
341-
ChatMember chatMember()
341+
int count()
342342
}
343343
```
344344

345345
GetChatMember
346346
```java
347347
class GetChatMemberResponse {
348-
int count()
348+
ChatMember chatMember()
349349
}
350350
```
351351

0 commit comments

Comments
 (0)