pub mod presence; pub mod read_receipt; pub mod typing; pub struct Service { presence: presence::Service, read_receipt: read_receipt::Service, typing: typing::Service, }