isJoined

check user joined in channels or not

this method only return true or false, if user join in all channels true, and if user not joined in one channel false

this method does not care about not founded channel and count them as joined channel

ids parameter can be array for multi channels or can be string for one channel

NOTE : each channel will decrease speed a little(because of request count)

Arguments
Name Type Description Required
ids array | string | int could be username or id, you can pass multi or single id yes
user_id int | null if not set , will generate by BPT\telegram\request::catchFields method no

Output : bool

Static or normal : Static

Examples :

tools::isJoined('BPT_CH','442109602');