AppService ========== .. currentmodule:: appservice_framework .. autoclass:: AppService :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~AppService.api ~AppService.http_session .. rubric:: Methods Summary .. autosummary:: ~AppService.add_authenticated_user ~AppService.get_connection ~AppService.get_room ~AppService.get_user ~AppService.matrix_recieve_image ~AppService.matrix_recieve_message ~AppService.matrix_user_join ~AppService.matrix_user_part ~AppService.matrix_user_typing ~AppService.run ~AppService.service_change_profile_image ~AppService.service_connect ~AppService.service_join_room ~AppService.service_part_room ~AppService.service_room_exists .. rubric:: Attributes Documentation .. autoattribute:: api .. autoattribute:: http_session .. rubric:: Methods Documentation .. automethod:: add_authenticated_user .. automethod:: get_connection .. automethod:: get_room .. automethod:: get_user .. automethod:: matrix_recieve_image .. automethod:: matrix_recieve_message .. automethod:: matrix_user_join .. automethod:: matrix_user_part .. automethod:: matrix_user_typing .. automethod:: run .. automethod:: service_change_profile_image .. automethod:: service_connect .. automethod:: service_join_room .. automethod:: service_part_room .. automethod:: service_room_exists