const github.com/gotd/td/tg.UserStatusLastMonthTypeID

10 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L115: 		UserStatusLastMonthTypeID:                                "userStatusLastMonth#77ebc742",
		tl_registry_gen.go#L1897: 		"userStatusLastMonth":                                UserStatusLastMonthTypeID,
		tl_registry_gen.go#L3679: 		UserStatusLastMonthTypeID:                                func() bin.Object { return &UserStatusLastMonth{} },
		tl_registry_gen.go#L6690: 			UserStatusLastMonthTypeID,
		tl_user_status_gen.go#L618: const UserStatusLastMonthTypeID = 0x77ebc742
		tl_user_status_gen.go#L654: 	return UserStatusLastMonthTypeID
		tl_user_status_gen.go#L666: 		ID:   UserStatusLastMonthTypeID,
		tl_user_status_gen.go#L681: 	b.PutID(UserStatusLastMonthTypeID)
		tl_user_status_gen.go#L698: 	if err := b.ConsumeID(UserStatusLastMonthTypeID); err != nil {
		tl_user_status_gen.go#L795: 	case UserStatusLastMonthTypeID: