Skip to content

Commit 67e212a

Browse files
committed
Added the field web_app_name to the class WriteAccessAllowed
1 parent b02da0d commit 67e212a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

library/src/main/java/com/pengrad/telegrambot/model/WriteAccessAllowed.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
public class WriteAccessAllowed implements Serializable {
66
private final static long serialVersionUID = 0L;
77

8+
private String web_app_name;
9+
10+
public String webAppName() {
11+
return web_app_name;
12+
}
13+
814
@Override
915
public boolean equals(Object o) {
1016
if (this == o) return true;

0 commit comments

Comments
 (0)