|
libgadu
1.12.2
|
Funkcje | |
| int | gg_chat_create (struct gg_session *gs) |
| Tworzy nową konferencję (11.0). Więcej... | |
| int | gg_chat_invite (struct gg_session *gs, uint64_t id, uin_t *participants, unsigned int participants_count) |
| Zaprasza nowych użytkowników do konferencji (11.0). Więcej... | |
| int | gg_chat_leave (struct gg_session *gs, uint64_t id) |
| Opuszcza konferencję (11.0). Więcej... | |
| int | gg_chat_send_message (struct gg_session *gs, uint64_t id, const char *message, int is_html) |
| Wysyła wiadomość w ramach konferencji (11.0). Więcej... | |
| int gg_chat_create | ( | struct gg_session * | gs | ) |
Tworzy nową konferencję (11.0).
| gs | Struktura sesji |
gg_event_chat_created), lub -1 w przypadku błędu | int gg_chat_invite | ( | struct gg_session * | gs, |
| uint64_t | id, | ||
| uin_t * | participants, | ||
| unsigned int | participants_count | ||
| ) |
Zaprasza nowych użytkowników do konferencji (11.0).
| gs | Struktura sesji |
| id | Identyfikator konferencji |
| participants | Lista użytkowników do zaproszenia |
| participants_count | Liczba użytkowników |
gg_event_chat_invite_ack), lub -1 w przypadku błędu | int gg_chat_leave | ( | struct gg_session * | gs, |
| uint64_t | id | ||
| ) |
Opuszcza konferencję (11.0).
| gs | Struktura sesji |
| id | Identyfikator konferencji |
| int gg_chat_send_message | ( | struct gg_session * | gs, |
| uint64_t | id, | ||
| const char * | message, | ||
| int | is_html | ||
| ) |
Wysyła wiadomość w ramach konferencji (11.0).
| gs | Struktura sesji |
| id | Identyfikator konferencji |
| message | Wiadomość |
| is_html | 1, jeżeli wiadomość jest zapisana jako HTML, 0 w p.p. |
gg_event_chat_send_msg_ack) jeśli się powiodło, -1 w przypadku błędu
1.8.6