File tree Expand file tree Collapse file tree
src/main/java/io/github/hikingc/matrixsdk/api/events/messages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package io .github .hikingc .matrixsdk .api .events .messages ;
22
33import io .github .hikingc .matrixsdk .api .events .EncryptedFile ;
4- import io .github .hikingc .matrixsdk .api .events .RoomMessageEvent ;
54
65import java .net .URI ;
76
Original file line number Diff line number Diff line change 11package io .github .hikingc .matrixsdk .api .events .messages ;
22
33import io .github .hikingc .matrixsdk .api .events .EncryptedFile ;
4- import io .github .hikingc .matrixsdk .api .events .RoomMessageEvent ;
54
65import java .net .URI ;
76
Original file line number Diff line number Diff line change 11package io .github .hikingc .matrixsdk .api .events .messages ;
22
33import io .github .hikingc .matrixsdk .api .events .EncryptedFile ;
4- import io .github .hikingc .matrixsdk .api .events .RoomMessageEvent ;
54
65import java .net .URI ;
76
Original file line number Diff line number Diff line change 11package io .github .hikingc .matrixsdk .api .events .messages ;
22
33import io .github .hikingc .matrixsdk .api .events .EncryptedFile ;
4- import io .github .hikingc .matrixsdk .api .events .RoomMessageEvent ;
54
65/// This type of message represents a real-world location.
76///
Original file line number Diff line number Diff line change 1- package io .github .hikingc .matrixsdk .api .events ;
1+ package io .github .hikingc .matrixsdk .api .events . messages ;
22
33import com .fasterxml .jackson .annotation .JsonInclude ;
44import com .fasterxml .jackson .annotation .JsonProperty ;
5- import io .github .hikingc .matrixsdk .api .events .messages .*;
65
76/// Interface that enforces fields required by all `m.room.message` events.
87@ JsonInclude (JsonInclude .Include .NON_ABSENT )
Original file line number Diff line number Diff line change 11package io .github .hikingc .matrixsdk .api .events .messages ;
22
3- import io .github .hikingc .matrixsdk .api .events .RoomMessageEvent ;
4-
53/// The most basic message type, used to represent plain or formatted text.
64///
75/// @param body the plain-text body of the message
Original file line number Diff line number Diff line change 11package io .github .hikingc .matrixsdk .api .events .messages ;
22
33import io .github .hikingc .matrixsdk .api .events .EncryptedFile ;
4- import io .github .hikingc .matrixsdk .api .events .RoomMessageEvent ;
54
65import java .net .URI ;
76
You can’t perform that action at this time.
0 commit comments