ChatId
A Chat id that can be either Long or String. If it's a string, it should start with '@'.
ChatId is usually used for request body types and is not recommended for scenarios that require deserialization. It is serialized directly to a literal value, such as a number or a string, rather than a struct.
In Java, create an instance of ChatId via ChatIds.valueOf(...)
.