Add getID()
This commit is contained in:
@@ -82,6 +82,11 @@ hogfather.PublicChat.prototype.Shutdown = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
hogfather.PublicChat.prototype.getID = function() {
|
||||||
|
return this.id_;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @private
|
* @private
|
||||||
* @return {string}
|
* @return {string}
|
||||||
|
|||||||
Reference in New Issue
Block a user