type github.com/gotd/td/tg.InputSecureFileClass
41 uses
github.com/gotd/td/tg (current package)
tl_input_secure_file_gen.go#L58: func (i InputSecureFileUploaded) construct() InputSecureFileClass { return &i }
tl_input_secure_file_gen.go#L67: _ InputSecureFileClass = &InputSecureFileUploaded{}
tl_input_secure_file_gen.go#L299: func (i InputSecureFile) construct() InputSecureFileClass { return &i }
tl_input_secure_file_gen.go#L308: _ InputSecureFileClass = &InputSecureFile{}
tl_input_secure_file_gen.go#L464: type InputSecureFileClass interface {
tl_input_secure_file_gen.go#L469: construct() InputSecureFileClass
tl_input_secure_file_gen.go#L496: func DecodeInputSecureFile(buf *bin.Buffer) (InputSecureFileClass, error) {
tl_input_secure_file_gen.go#L523: InputSecureFile InputSecureFileClass
tl_input_secure_file_slices_gen.go#L38: type InputSecureFileClassArray []InputSecureFileClass
tl_input_secure_file_slices_gen.go#L41: func (s InputSecureFileClassArray) Sort(less func(a, b InputSecureFileClass) bool) InputSecureFileClassArray {
tl_input_secure_file_slices_gen.go#L49: func (s InputSecureFileClassArray) SortStable(less func(a, b InputSecureFileClass) bool) InputSecureFileClassArray {
tl_input_secure_file_slices_gen.go#L57: func (s InputSecureFileClassArray) Retain(keep func(x InputSecureFileClass) bool) InputSecureFileClassArray {
tl_input_secure_file_slices_gen.go#L71: func (s InputSecureFileClassArray) First() (v InputSecureFileClass, ok bool) {
tl_input_secure_file_slices_gen.go#L79: func (s InputSecureFileClassArray) Last() (v InputSecureFileClass, ok bool) {
tl_input_secure_file_slices_gen.go#L87: func (s *InputSecureFileClassArray) PopFirst() (v InputSecureFileClass, ok bool) {
tl_input_secure_file_slices_gen.go#L97: var zero InputSecureFileClass
tl_input_secure_file_slices_gen.go#L106: func (s *InputSecureFileClassArray) Pop() (v InputSecureFileClass, ok bool) {
tl_input_secure_file_slices_gen.go#L121: return s.Sort(func(a, b InputSecureFileClass) bool {
tl_input_secure_file_slices_gen.go#L128: return s.SortStable(func(a, b InputSecureFileClass) bool {
tl_input_secure_value_gen.go#L65: FrontSide InputSecureFileClass
tl_input_secure_value_gen.go#L72: ReverseSide InputSecureFileClass
tl_input_secure_value_gen.go#L79: Selfie InputSecureFileClass
tl_input_secure_value_gen.go#L86: Translation []InputSecureFileClass
tl_input_secure_value_gen.go#L93: Files []InputSecureFileClass
tl_input_secure_value_gen.go#L162: GetFrontSide() (value InputSecureFileClass, ok bool)
tl_input_secure_value_gen.go#L163: GetReverseSide() (value InputSecureFileClass, ok bool)
tl_input_secure_value_gen.go#L164: GetSelfie() (value InputSecureFileClass, ok bool)
tl_input_secure_value_gen.go#L165: GetTranslation() (value []InputSecureFileClass, ok bool)
tl_input_secure_value_gen.go#L166: GetFiles() (value []InputSecureFileClass, ok bool)
tl_input_secure_value_gen.go#L438: i.Translation = make([]InputSecureFileClass, 0, headerLen%bin.PreallocateLimit)
tl_input_secure_value_gen.go#L455: i.Files = make([]InputSecureFileClass, 0, headerLen%bin.PreallocateLimit)
tl_input_secure_value_gen.go#L502: func (i *InputSecureValue) SetFrontSide(value InputSecureFileClass) {
tl_input_secure_value_gen.go#L509: func (i *InputSecureValue) GetFrontSide() (value InputSecureFileClass, ok bool) {
tl_input_secure_value_gen.go#L520: func (i *InputSecureValue) SetReverseSide(value InputSecureFileClass) {
tl_input_secure_value_gen.go#L527: func (i *InputSecureValue) GetReverseSide() (value InputSecureFileClass, ok bool) {
tl_input_secure_value_gen.go#L538: func (i *InputSecureValue) SetSelfie(value InputSecureFileClass) {
tl_input_secure_value_gen.go#L545: func (i *InputSecureValue) GetSelfie() (value InputSecureFileClass, ok bool) {
tl_input_secure_value_gen.go#L556: func (i *InputSecureValue) SetTranslation(value []InputSecureFileClass) {
tl_input_secure_value_gen.go#L563: func (i *InputSecureValue) GetTranslation() (value []InputSecureFileClass, ok bool) {
tl_input_secure_value_gen.go#L574: func (i *InputSecureValue) SetFiles(value []InputSecureFileClass) {
tl_input_secure_value_gen.go#L581: func (i *InputSecureValue) GetFiles() (value []InputSecureFileClass, ok bool) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |