converted to maven, added API and issue fix
This commit is contained in:
7
src/main/java/de/Linus122/TelegramComponents/Chat.java
Executable file
7
src/main/java/de/Linus122/TelegramComponents/Chat.java
Executable file
@@ -0,0 +1,7 @@
|
||||
package de.Linus122.TelegramComponents;
|
||||
|
||||
public class Chat {
|
||||
public String text;
|
||||
public int chat_id;
|
||||
public String parse_mode;
|
||||
}
|
||||
Reference in New Issue
Block a user