type github.com/gotd/td/tg.AuthSentCodeTypeMissedCall

32 uses

	github.com/gotd/td/tg (current package)
		tl_auth_sent_code_type_gen.go#L586: type AuthSentCodeTypeMissedCall struct {
		tl_auth_sent_code_type_gen.go#L597: func (s AuthSentCodeTypeMissedCall) construct() AuthSentCodeTypeClass { return &s }
		tl_auth_sent_code_type_gen.go#L601: 	_ bin.Encoder     = &AuthSentCodeTypeMissedCall{}
		tl_auth_sent_code_type_gen.go#L602: 	_ bin.Decoder     = &AuthSentCodeTypeMissedCall{}
		tl_auth_sent_code_type_gen.go#L603: 	_ bin.BareEncoder = &AuthSentCodeTypeMissedCall{}
		tl_auth_sent_code_type_gen.go#L604: 	_ bin.BareDecoder = &AuthSentCodeTypeMissedCall{}
		tl_auth_sent_code_type_gen.go#L606: 	_ AuthSentCodeTypeClass = &AuthSentCodeTypeMissedCall{}
		tl_auth_sent_code_type_gen.go#L609: func (s *AuthSentCodeTypeMissedCall) Zero() bool {
		tl_auth_sent_code_type_gen.go#L624: func (s *AuthSentCodeTypeMissedCall) String() string {
		tl_auth_sent_code_type_gen.go#L628: 	type Alias AuthSentCodeTypeMissedCall
		tl_auth_sent_code_type_gen.go#L633: func (s *AuthSentCodeTypeMissedCall) FillFrom(from interface {
		tl_auth_sent_code_type_gen.go#L644: func (*AuthSentCodeTypeMissedCall) TypeID() uint32 {
		tl_auth_sent_code_type_gen.go#L649: func (*AuthSentCodeTypeMissedCall) TypeName() string {
		tl_auth_sent_code_type_gen.go#L654: func (s *AuthSentCodeTypeMissedCall) TypeInfo() tdp.Type {
		tl_auth_sent_code_type_gen.go#L677: func (s *AuthSentCodeTypeMissedCall) Encode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L686: func (s *AuthSentCodeTypeMissedCall) EncodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L696: func (s *AuthSentCodeTypeMissedCall) Decode(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L707: func (s *AuthSentCodeTypeMissedCall) DecodeBare(b *bin.Buffer) error {
		tl_auth_sent_code_type_gen.go#L729: func (s *AuthSentCodeTypeMissedCall) GetPrefix() (value string) {
		tl_auth_sent_code_type_gen.go#L737: func (s *AuthSentCodeTypeMissedCall) GetLength() (value int) {
		tl_auth_sent_code_type_gen.go#L1870: 		v := AuthSentCodeTypeMissedCall{}
		tl_auth_sent_code_type_slices_gen.go#L174: 		value, ok := elem.(*AuthSentCodeTypeMissedCall)
		tl_auth_sent_code_type_slices_gen.go#L565: type AuthSentCodeTypeMissedCallArray []AuthSentCodeTypeMissedCall
		tl_auth_sent_code_type_slices_gen.go#L568: func (s AuthSentCodeTypeMissedCallArray) Sort(less func(a, b AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L576: func (s AuthSentCodeTypeMissedCallArray) SortStable(less func(a, b AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L584: func (s AuthSentCodeTypeMissedCallArray) Retain(keep func(x AuthSentCodeTypeMissedCall) bool) AuthSentCodeTypeMissedCallArray {
		tl_auth_sent_code_type_slices_gen.go#L598: func (s AuthSentCodeTypeMissedCallArray) First() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L606: func (s AuthSentCodeTypeMissedCallArray) Last() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L614: func (s *AuthSentCodeTypeMissedCallArray) PopFirst() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_auth_sent_code_type_slices_gen.go#L624: 	var zero AuthSentCodeTypeMissedCall
		tl_auth_sent_code_type_slices_gen.go#L633: func (s *AuthSentCodeTypeMissedCallArray) Pop() (v AuthSentCodeTypeMissedCall, ok bool) {
		tl_registry_gen.go#L4211: 		AuthSentCodeTypeMissedCallTypeID:                         func() bin.Object { return &AuthSentCodeTypeMissedCall{} },