All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.telegram.mtproto.util.TimeUtil Maven / Gradle / Ivy

There is a newer version: 66.2
Show newest version
package org.telegram.mtproto.util;

/**
 * Created by Ruben Bermudez on 13.11.13.
 */
public class TimeUtil {
    public static int getUnixTime(long msgId) {
        return (int) (msgId >> 32);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy