package interfaces type IsThumbedUpFillable interface { GetMomentId() int64 SetIsThumbedUp(is_followed int64) }