package telegram

import 

// RandInt64 returns new random int64 from random source.
//
// Useful helper for places in API where random int is required.
func ( *Client) () (int64, error) {
	return crypto.RandInt64(.rand)
}